#33A0E2
A medium, vivid blue closely aligning with Deepskyblue.
About #33A0E2
The hex code #33A0E2 represents a beautifully specific shade of blue. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 226.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 29% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A0E2
RGB51, 160, 226
HSL202.6°, 75.1%, 54.3%
CMYK77%, 29%, 0%, 11%
HSV202.6°, 77.4%, 88.6%
LAB62.8, -8.3, -42.0
XYZ27.7, 31.3, 76.5
Decimal3383522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0E2;
}
.text-color {
color: #33A0E2;
}
.border-color {
border: 2px solid #33A0E2;
}