#24AFFF
A medium, vivid blue closely aligning with Deepskyblue.
About #24AFFF
The hex code #24AFFF represents a beautifully specific shade of blue. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(36, 175, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 86% cyan, 31% magenta, 0% yellow, and 0% black. The HSL representation is 201.9° hue, 100.0% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24AFFF
RGB36, 175, 255
HSL201.9°, 100.0%, 57.1%
CMYK86%, 31%, 0%, 0%
HSV201.9°, 85.9%, 100.0%
LAB68.2, -7.7, -49.3
XYZ34.1, 38.3, 100.2
Decimal2404351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24AFFF;
}
.text-color {
color: #24AFFF;
}
.border-color {
border: 2px solid #24AFFF;
}