#0F07F8
A medium, vivid blue closely aligning with Blue.
About #0F07F8
The hex code #0F07F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(15, 7, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 94% cyan, 97% magenta, 0% yellow, and 3% black. The HSL representation is 242.0° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F07F8
RGB15, 7, 248
HSL242.0°, 94.5%, 50.0%
CMYK94%, 97%, 0%, 3%
HSV242.0°, 97.2%, 97.3%
LAB31.9, 76.5, -104.6
XYZ17.2, 7.0, 89.3
Decimal985080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.73:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.34:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F07F8;
}
.text-color {
color: #0F07F8;
}
.border-color {
border: 2px solid #0F07F8;
}