#24AAE2
A medium, vivid blue closely aligning with Deepskyblue.
About #24AAE2
The precise color #24AAE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 170, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 25% M, 0% Y, and 11% K. With a hue angle of 197.7 degrees, it sits comfortably in the blue spectrum.
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#24AAE2
RGB36, 170, 226
HSL197.7°, 76.6%, 51.4%
CMYK84%, 25%, 0%, 11%
HSV197.7°, 84.1%, 88.6%
LAB65.4, -15.1, -37.8
XYZ28.8, 34.6, 77.1
Decimal2403042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.92:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24AAE2;
}
.text-color {
color: #24AAE2;
}
.border-color {
border: 2px solid #24AAE2;
}