#3A8ADB
A medium, moderate blue closely aligning with Cornflowerblue.
About #3A8ADB
The hex code #3A8ADB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 138, and 219.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 74% cyan and 37% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A8ADB
RGB58, 138, 219
HSL210.2°, 69.1%, 54.3%
CMYK74%, 37%, 0%, 14%
HSV210.2°, 73.5%, 85.9%
LAB56.3, 2.8, -48.4
XYZ23.6, 24.2, 70.4
Decimal3836635
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A8ADB;
}
.text-color {
color: #3A8ADB;
}
.border-color {
border: 2px solid #3A8ADB;
}