#000FFF
A medium, vivid blue closely aligning with Blue.
About #000FFF
The precise color #000FFF is an excellent choice for modern design projects. Designers often compare it to the standard color Blue. Its digital footprint relies on 0 parts red, 15 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 94% magenta inks. With a hue angle of 236.5 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000FFF
RGB0, 15, 255
HSL236.5°, 100.0%, 50.0%
CMYK100%, 94%, 0%, 0%
HSV236.5°, 100.0%, 100.0%
LAB33.1, 76.9, -106.6
XYZ18.2, 7.6, 95.1
Decimal4095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.36:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
7.99:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FFF;
}
.text-color {
color: #000FFF;
}
.border-color {
border: 2px solid #000FFF;
}