#24B6F8
A medium, vivid blue closely aligning with Deepskyblue.
About #24B6F8
The hex code #24B6F8 represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. In the RGB color space, it consists of 36 red, 182 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 27% magenta, 0% yellow, and 3% black. The HSL representation is 198.7° hue, 93.8% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24B6F8
RGB36, 182, 248
HSL198.7°, 93.8%, 55.7%
CMYK85%, 27%, 0%, 3%
HSV198.7°, 85.5%, 97.3%
LAB69.9, -13.9, -42.9
XYZ34.4, 40.6, 94.8
Decimal2406136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24B6F8;
}
.text-color {
color: #24B6F8;
}
.border-color {
border: 2px solid #24B6F8;
}