#2424D3
A medium, vivid blue closely aligning with Mediumblue.
About #2424D3
At its core, #2424D3 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 36 parts red, 36 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 83% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2424D3
RGB36, 36, 211
HSL240.0°, 70.9%, 48.4%
CMYK83%, 83%, 0%, 17%
HSV240.0°, 82.9%, 82.7%
LAB30.3, 59.0, -86.2
XYZ13.1, 6.3, 62.2
Decimal2368723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.26:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.85:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2424D3;
}
.text-color {
color: #2424D3;
}
.border-color {
border: 2px solid #2424D3;
}