#2424E9
A medium, vivid blue closely aligning with Mediumblue.
About #2424E9
The precise color #2424E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 36 red, 36 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 85% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#2424E9
RGB36, 36, 233
HSL240.0°, 81.7%, 52.7%
CMYK85%, 85%, 0%, 9%
HSV240.0°, 84.5%, 91.4%
LAB33.0, 65.4, -94.3
XYZ16.1, 7.5, 77.7
Decimal2368745
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.39:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.02:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2424E9;
}
.text-color {
color: #2424E9;
}
.border-color {
border: 2px solid #2424E9;
}