#248AA8
A medium, moderate cyan closely aligning with Steelblue.
About #248AA8
When working with digital screens, the color #248AA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(36, 138, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 79% cyan, 18% magenta, 0% yellow, and 34% black. The HSL representation is 193.6° hue, 64.7% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#248AA8
RGB36, 138, 168
HSL193.6°, 64.7%, 40.0%
CMYK79%, 18%, 0%, 34%
HSV193.6°, 78.6%, 65.9%
LAB53.4, -17.9, -24.0
XYZ16.9, 21.4, 40.3
Decimal2394792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248AA8;
}
.text-color {
color: #248AA8;
}
.border-color {
border: 2px solid #248AA8;
}