#240FE2
A medium, vivid blue closely aligning with Mediumblue.
About #240FE2
The hex code #240FE2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(36, 15, 226).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 84% C, 93% M, 0% Y, and 11% K. The HSL representation is 246.0° hue, 87.6% saturation, and 47.3% lightness.
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#240FE2
RGB36, 15, 226
HSL246.0°, 87.6%, 47.3%
CMYK84%, 93%, 0%, 11%
HSV246.0°, 93.4%, 88.6%
LAB29.9, 70.0, -95.4
XYZ14.6, 6.2, 72.4
Decimal2363362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.37:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.95:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FE2;
}
.text-color {
color: #240FE2;
}
.border-color {
border: 2px solid #240FE2;
}