#1D66F8
A medium, vivid blue closely aligning with Royalblue.
About #1D66F8
Visually, #1D66F8 is defined as a vivid blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(29, 102, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 59% Magenta, 0% Yellow, and 3% Black. The HSL representation is 220.0° hue, 94.0% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D66F8
RGB29, 102, 248
HSL220.0°, 94.0%, 54.3%
CMYK88%, 59%, 0%, 3%
HSV220.0°, 88.3%, 97.3%
LAB47.7, 33.5, -78.5
XYZ22.2, 16.5, 90.8
Decimal1926904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D66F8;
}
.text-color {
color: #1D66F8;
}
.border-color {
border: 2px solid #1D66F8;
}