#24A0D3
A medium, vivid blue closely aligning with Deepskyblue.
About #24A0D3
The hex code #24A0D3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Deepskyblue. Its digital footprint relies on 36 parts red, 160 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 83% cyan, 24% magenta, 0% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24A0D3
RGB36, 160, 211
HSL197.5°, 70.9%, 48.4%
CMYK83%, 24%, 0%, 17%
HSV197.5°, 82.9%, 82.7%
LAB61.8, -14.9, -35.2
XYZ25.1, 30.2, 66.1
Decimal2400467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24A0D3;
}
.text-color {
color: #24A0D3;
}
.border-color {
border: 2px solid #24A0D3;
}