#0B5DD2
A medium, vivid blue closely aligning with Royalblue.
About #0B5DD2
At its core, #0B5DD2 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 11 red, 93 green, and 210 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 95% Cyan, 56% Magenta, 0% Yellow, and 18% Black. With a hue angle of 215.3 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0B5DD2
RGB11, 93, 210
HSL215.3°, 90.0%, 43.3%
CMYK95%, 56%, 0%, 18%
HSV215.3°, 94.8%, 82.4%
LAB42.1, 23.9, -66.1
XYZ15.7, 12.6, 62.6
Decimal744914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.72:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0B5DD2;
}
.text-color {
color: #0B5DD2;
}
.border-color {
border: 2px solid #0B5DD2;
}