#0050D3
A medium, vivid blue closely aligning with Royalblue.
About #0050D3
Visually, #0050D3 is defined as a vivid blue. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 80, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 62% Magenta, 0% Yellow, and 17% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0050D3
RGB0, 80, 211
HSL217.3°, 100.0%, 41.4%
CMYK100%, 62%, 0%, 17%
HSV217.3°, 100.0%, 82.7%
LAB38.6, 32.5, -72.4
XYZ14.6, 10.4, 62.9
Decimal20691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0050D3;
}
.text-color {
color: #0050D3;
}
.border-color {
border: 2px solid #0050D3;
}