#1D75E9
A medium, vivid blue closely aligning with Royalblue.
About #1D75E9
At its core, #1D75E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 29 red, 117 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 50% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D75E9
RGB29, 117, 233
HSL214.1°, 82.3%, 51.4%
CMYK88%, 50%, 0%, 9%
HSV214.1°, 87.6%, 91.4%
LAB50.5, 18.2, -65.5
XYZ21.6, 18.9, 79.6
Decimal1930729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D75E9;
}
.text-color {
color: #1D75E9;
}
.border-color {
border: 2px solid #1D75E9;
}