#0050BD
A dark, vivid blue closely aligning with Royalblue.
About #0050BD
At its core, #0050BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 80, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 58% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0050BD
RGB0, 80, 189
HSL214.6°, 100.0%, 37.1%
CMYK100%, 58%, 0%, 26%
HSV214.6°, 100.0%, 74.1%
LAB36.8, 23.8, -62.6
XYZ12.1, 9.4, 49.3
Decimal20669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.29:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0050BD;
}
.text-color {
color: #0050BD;
}
.border-color {
border: 2px solid #0050BD;
}