#2400F8
A medium, vivid blue closely aligning with Blue.
About #2400F8
At its core, #2400F8 is a medium and vivid hue. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 36 red, 0 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 100% magenta inks. The HSL representation is 248.7° hue, 100.0% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2400F8
RGB36, 0, 248
HSL248.7°, 100.0%, 48.6%
CMYK85%, 100%, 0%, 3%
HSV248.7°, 100.0%, 97.3%
LAB32.2, 77.8, -104.2
XYZ17.7, 7.2, 89.3
Decimal2359544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.64:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.26:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2400F8;
}
.text-color {
color: #2400F8;
}
.border-color {
border: 2px solid #2400F8;
}