#24B6F0
A medium, vivid blue closely aligning with Deepskyblue.
About #24B6F0
When working with digital screens, the color #24B6F0 is rendered by mixing light. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(36, 182, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 24% magenta inks. With a hue angle of 197.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24B6F0
RGB36, 182, 240
HSL197.1°, 87.2%, 54.1%
CMYK85%, 24%, 0%, 6%
HSV197.1°, 85.0%, 94.1%
LAB69.6, -16.7, -39.1
XYZ33.2, 40.1, 88.4
Decimal2406128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.02:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24B6F0;
}
.text-color {
color: #24B6F0;
}
.border-color {
border: 2px solid #24B6F0;
}