#24A0F0
A medium, vivid blue closely aligning with Cornflowerblue.
About #24A0F0
The hex code #24A0F0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(36, 160, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 33% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24A0F0
RGB36, 160, 240
HSL203.5°, 87.2%, 54.1%
CMYK85%, 33%, 0%, 6%
HSV203.5°, 85.0%, 94.1%
LAB63.2, -4.6, -49.1
XYZ29.0, 31.8, 87.0
Decimal2400496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A0F0;
}
.text-color {
color: #24A0F0;
}
.border-color {
border: 2px solid #24A0F0;
}