#33A0F8
A medium, vivid blue closely aligning with Cornflowerblue.
About #33A0F8
At its core, #33A0F8 is a medium and vivid hue. Its closest recognized web color is Cornflowerblue. In the RGB color space, it consists of 51 red, 160 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 35% magenta, 0% yellow, and 3% black. With a hue angle of 206.8 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33A0F8
RGB51, 160, 248
HSL206.8°, 93.4%, 58.6%
CMYK79%, 35%, 0%, 3%
HSV206.8°, 79.4%, 97.3%
LAB63.9, -0.5, -52.4
XYZ30.9, 32.6, 93.5
Decimal3383544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0F8;
}
.text-color {
color: #33A0F8;
}
.border-color {
border: 2px solid #33A0F8;
}