#33AFF0
A medium, vivid blue closely aligning with Deepskyblue.
About #33AFF0
The hex code #33AFF0 represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 51 parts red, 175 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 79% cyan, 27% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33AFF0
RGB51, 175, 240
HSL200.6°, 86.3%, 57.1%
CMYK79%, 27%, 0%, 6%
HSV200.6°, 78.8%, 94.1%
LAB67.8, -11.7, -41.9
XYZ32.4, 37.7, 88.0
Decimal3387376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.53:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33AFF0;
}
.text-color {
color: #33AFF0;
}
.border-color {
border: 2px solid #33AFF0;
}