#0F07E9
A medium, vivid blue closely aligning with Blue.
About #0F07E9
Visually, #0F07E9 is defined as a vivid blue. It is closely associated with the named CSS color Blue. Its digital footprint relies on 15 parts red, 7 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 97% Magenta, 0% Yellow, and 9% Black. With a hue angle of 242.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F07E9
RGB15, 7, 233
HSL242.1°, 94.2%, 47.1%
CMYK94%, 97%, 0%, 9%
HSV242.1°, 97.0%, 91.4%
LAB29.8, 72.9, -99.7
XYZ15.0, 6.1, 77.5
Decimal985065
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.43:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.01:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F07E9;
}
.text-color {
color: #0F07E9;
}
.border-color {
border: 2px solid #0F07E9;
}