#0000ff Hex Color

#0000FF
0
  • #0000ff Color Information

    • #0000ff hex color name is blue. short hex color code is #00f.

    • In RGB color space, #0000ff hex color has a red value of 0, a green value of 0 and a blue value of 255.

    • In CMYK color space (used in color printing), #0000ff hex color is composed of 100% cyan, 100% magenta, 0% yellow and 0% black.

    • #0000ff color has a hue of 240 degrees, a saturation of 100% and a lightness of 50%.

    • #0000ff hex color contains mainly BLUE.

    • #0000ff is a web safe color.

    • #0000ff hex color has a decimal value of 255.



    #0000ff Color Spaces (Color Conversions)

    HEX 0000ff #0000ff
    RGB 0, 0, 255 rgb(0, 0, 255)
    RGB Percent 0, 0, 100 rgb(0, 0, 100)
    CMYK 100, 100, 0, 0
    HSL 240°, 100, 50 hsl(240, 100%, 50%)
    HSV 240°, 100, 100
    XYZ 18.05, 7.22, 95.05
    Hunter Lab 26.87, 72.885, -190.923
    CIE-LAB 32.303, 79.197, -107.864
    CIE-LCH 32.303, 133.816, 306.287
    CIE-LUV 100, 100, 0, 0
    Web Safe 0000ff

    RGB percent of color #0000ff

    0%
    0%
    100%

    CMYK percent of color #0000ff

    100%
    100%
    0%
    0%


    Color Schemes with #0000ff

    Complementary Color

    Split Complementary


    #0000ff Color Preview

    Text with hexadecimal color #0000ff

    This text has a font color of #0000ff

    <p style="color:#0000ff">Text here</p>

    #0000ff Background Color

    This box has a background color of #0000ff

    <div style="background-color:#0000ff">Text here</div>

    #0000ff Border Color

    This box has a border color of #0000ff

    <div style="border: 4px solid #0000ff">Text here</div>

    CSS codes

    <p style="color:#0000ff">Text here</p>
    <div style="background-color:#0000ff">Text here</div>
    <div style="border: 4px solid #0000ff">Text here</div>

    #0000ff Color on white background

    This is how a font and box color of #0000ff will look
    on a white background.

    #0000ff Color on black background

    This is how a font and box color of #0000ff hex color will look
    on a black background.