#000fff Hex Color

#000FFF
0
  • #000fff Color Information

    • In RGB color space, #000fff hex color has a red value of 0, a green value of 15 and a blue value of 255.

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

    • #000fff color has a hue of 236.5 degrees, a saturation of 100% and a lightness of 50%.

    • #000fff hex color contains mainly BLUE.

    • The closest web safe color of #000fff is #0000ff

    • #000fff hex color has a decimal value of 4095.



    #000fff Color Spaces (Color Conversions)

    HEX 000fff #000fff
    RGB 0, 15, 255 rgb(0, 15, 255)
    RGB Percent 0, 5.88, 100 rgb(0, 5.88, 100)
    CMYK 100, 94, 0, 0
    HSL 236.5°, 100, 50 hsl(236.5, 100%, 50%)
    HSV 236.5°, 100, 100
    XYZ 18.221, 7.562, 95.107
    Hunter Lab 27.499, 70.151, -185.808
    CIE-LAB 33.054, 76.865, -106.607
    CIE-LCH 33.054, 131.428, 305.792
    CIE-LUV 100, 94.12, 0, 0
    Web Safe 0000ff

    RGB percent of color #000fff

    0%
    5.88%
    100%

    CMYK percent of color #000fff

    100%
    94.12%
    0%
    0%


    Color Schemes with #000fff

    Complementary Color

    Split Complementary


    #000fff Color Preview

    Text with hexadecimal color #000fff

    This text has a font color of #000fff

    <p style="color:#000fff">Text here</p>

    #000fff Background Color

    This box has a background color of #000fff

    <div style="background-color:#000fff">Text here</div>

    #000fff Border Color

    This box has a border color of #000fff

    <div style="border: 4px solid #000fff">Text here</div>

    CSS codes

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

    #000fff Color on white background

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

    #000fff Color on black background

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