#2C75D3
A medium, moderate blue closely aligning with Dodgerblue.
About #2C75D3
Visually, #2C75D3 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 44 parts red, 117 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 79% Cyan, 45% Magenta, 0% Yellow, and 17% Black. With a hue angle of 213.8 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C75D3
RGB44, 117, 211
HSL213.8°, 65.5%, 50.0%
CMYK79%, 45%, 0%, 17%
HSV213.8°, 79.1%, 82.7%
LAB49.4, 11.1, -54.8
XYZ19.2, 18.0, 64.1
Decimal2913747
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C75D3;
}
.text-color {
color: #2C75D3;
}
.border-color {
border: 2px solid #2C75D3;
}