#241DE9
A medium, vivid blue closely aligning with Mediumblue.
About #241DE9
The hex code #241DE9 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 36 parts red, 29 parts green, and 233 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 85% Cyan, 88% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#241DE9
RGB36, 29, 233
HSL242.1°, 82.3%, 51.4%
CMYK85%, 88%, 0%, 9%
HSV242.1°, 87.6%, 91.4%
LAB32.1, 68.0, -95.7
XYZ15.9, 7.1, 77.6
Decimal2366953
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.65:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DE9;
}
.text-color {
color: #241DE9;
}
.border-color {
border: 2px solid #241DE9;
}