#0F00F8
A medium, vivid blue closely aligning with Blue.
About #0F00F8
The hex code #0F00F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 0, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 94% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F00F8
RGB15, 0, 248
HSL243.6°, 100.0%, 48.6%
CMYK94%, 100%, 0%, 3%
HSV243.6°, 100.0%, 97.3%
LAB31.5, 77.6, -105.2
XYZ17.1, 6.9, 89.2
Decimal983288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.84:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.45:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00F8;
}
.text-color {
color: #0F00F8;
}
.border-color {
border: 2px solid #0F00F8;
}