#0033F0
A medium, vivid blue closely aligning with Mediumblue.
About #0033F0
The hex code #0033F0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 0 parts red, 51 parts green, and 240 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 79% Magenta, 0% Yellow, and 6% Black. The HSL representation is 227.2° hue, 100.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#0033F0
RGB0, 51, 240
HSL227.2°, 100.0%, 47.1%
CMYK100%, 79%, 0%, 6%
HSV227.2°, 100.0%, 94.1%
LAB35.3, 60.0, -94.4
XYZ16.9, 8.7, 83.2
Decimal13296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0033F0;
}
.text-color {
color: #0033F0;
}
.border-color {
border: 2px solid #0033F0;
}