#243AE2
A medium, vivid blue closely aligning with Mediumblue.
About #243AE2
At its core, #243AE2 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 58, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 74% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#243AE2
RGB36, 58, 226
HSL233.1°, 76.6%, 51.4%
CMYK84%, 74%, 0%, 11%
HSV233.1°, 84.1%, 88.6%
LAB35.8, 52.7, -85.6
XYZ16.0, 8.9, 72.8
Decimal2374370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.56:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243AE2;
}
.text-color {
color: #243AE2;
}
.border-color {
border: 2px solid #243AE2;
}