#0F00E9
A medium, vivid blue closely aligning with Blue.
About #0F00E9
The precise color #0F00E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 15 red, 0 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 100% Magenta, 0% Yellow, and 9% Black. With a hue angle of 243.9 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F00E9
RGB15, 0, 233
HSL243.9°, 100.0%, 45.7%
CMYK94%, 100%, 0%, 9%
HSV243.9°, 100.0%, 91.4%
LAB29.4, 74.1, -100.3
XYZ14.9, 6.0, 77.5
Decimal983273
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.56:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.14:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00E9;
}
.text-color {
color: #0F00E9;
}
.border-color {
border: 2px solid #0F00E9;
}