#1D75CC
A medium, vivid blue closely aligning with Cornflowerblue.
About #1D75CC
The hex code #1D75CC represents a beautifully specific shade of blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(29, 117, 204).
Translating this color to physical media requires the CMYK color model. The color uses 86% Cyan, 43% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D75CC
RGB29, 117, 204
HSL209.8°, 75.1%, 45.7%
CMYK86%, 43%, 0%, 20%
HSV209.8°, 85.8%, 80.0%
LAB48.7, 7.1, -52.0
XYZ17.8, 17.3, 59.5
Decimal1930700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D75CC;
}
.text-color {
color: #1D75CC;
}
.border-color {
border: 2px solid #1D75CC;
}