#3A75DB
A medium, moderate blue closely aligning with Dodgerblue.
About #3A75DB
The hex code #3A75DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(58, 117, 219).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 47% M, 0% Y, and 14% K. The HSL representation is 218.0° hue, 69.1% saturation, and 54.3% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A75DB
RGB58, 117, 219
HSL218.0°, 69.1%, 54.3%
CMYK74%, 47%, 0%, 14%
HSV218.0°, 73.5%, 85.9%
LAB50.4, 15.6, -57.8
XYZ20.9, 18.7, 69.5
Decimal3831259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A75DB;
}
.text-color {
color: #3A75DB;
}
.border-color {
border: 2px solid #3A75DB;
}