#24A0E2
A medium, vivid blue closely aligning with Deepskyblue.
About #24A0E2
The hex code #24A0E2 represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(36, 160, 226).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 84% cyan and 29% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24A0E2
RGB36, 160, 226
HSL200.8°, 76.6%, 51.4%
CMYK84%, 29%, 0%, 11%
HSV200.8°, 84.1%, 88.6%
LAB62.5, -9.6, -42.4
XYZ27.0, 31.0, 76.5
Decimal2400482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A0E2;
}
.text-color {
color: #24A0E2;
}
.border-color {
border: 2px solid #24A0E2;
}