#0050DB
A medium, vivid blue closely aligning with Royalblue.
About #0050DB
The hex code #0050DB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 0 red, 80 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 63% magenta inks. The HSL representation is 218.1° hue, 100.0% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0050DB
RGB0, 80, 219
HSL218.1°, 100.0%, 42.9%
CMYK100%, 63%, 0%, 14%
HSV218.1°, 100.0%, 85.9%
LAB39.3, 35.6, -75.8
XYZ15.7, 10.9, 68.3
Decimal20699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.62:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.33:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0050DB;
}
.text-color {
color: #0050DB;
}
.border-color {
border: 2px solid #0050DB;
}