#0F0FF8
A medium, vivid blue closely aligning with Blue.
About #0F0FF8
The precise color #0F0FF8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 15, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 94% Cyan, 94% Magenta, 0% Yellow, and 3% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F0FF8
RGB15, 15, 248
HSL240.0°, 94.3%, 51.6%
CMYK94%, 94%, 0%, 3%
HSV240.0°, 94.0%, 97.3%
LAB32.3, 75.2, -103.9
XYZ17.3, 7.2, 89.3
Decimal987128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.59:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.21:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FF8;
}
.text-color {
color: #0F0FF8;
}
.border-color {
border: 2px solid #0F0FF8;
}