#005FDB
A medium, vivid blue closely aligning with Royalblue.
About #005FDB
At its core, #005FDB is a medium 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, 95, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 57% Magenta, 0% Yellow, and 14% Black. With a hue angle of 214.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005FDB
RGB0, 95, 219
HSL214.0°, 100.0%, 42.9%
CMYK100%, 57%, 0%, 14%
HSV214.0°, 100.0%, 85.9%
LAB43.2, 25.8, -69.4
XYZ16.9, 13.3, 68.7
Decimal24539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #005FDB;
}
.text-color {
color: #005FDB;
}
.border-color {
border: 2px solid #005FDB;
}