#0050B6
A dark, vivid blue closely aligning with Royalblue.
About #0050B6
Visually, #0050B6 is defined as a vivid blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(0, 80, 182).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 56% M, 0% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0050B6
RGB0, 80, 182
HSL213.6°, 100.0%, 35.7%
CMYK100%, 56%, 0%, 29%
HSV213.6°, 100.0%, 71.4%
LAB36.2, 20.9, -59.4
XYZ11.3, 9.1, 45.4
Decimal20662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.44:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.11:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0050B6;
}
.text-color {
color: #0050B6;
}
.border-color {
border: 2px solid #0050B6;
}