#5033BD
A medium, moderate blue closely aligning with Darkblue.
About #5033BD
Visually, #5033BD is defined as a moderate blue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(80, 51, 189).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 58% cyan and 73% magenta inks. With a hue angle of 252.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#5033BD
RGB80, 51, 189
HSL252.6°, 57.5%, 47.1%
CMYK58%, 73%, 0%, 26%
HSV252.6°, 73.0%, 74.1%
LAB33.5, 48.9, -67.9
XYZ13.7, 7.7, 48.9
Decimal5256125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.24:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.87:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5033BD;
}
.text-color {
color: #5033BD;
}
.border-color {
border: 2px solid #5033BD;
}