#2483B7
A medium, moderate blue closely aligning with Steelblue.
About #2483B7
The hex code #2483B7 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(36, 131, 183).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 28% M, 0% Y, and 28% K. With a hue angle of 201.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2483B7
RGB36, 131, 183
HSL201.2°, 67.1%, 42.9%
CMYK80%, 28%, 0%, 28%
HSV201.2°, 80.3%, 71.8%
LAB51.9, -8.7, -34.9
XYZ17.4, 20.0, 47.7
Decimal2393015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2483B7;
}
.text-color {
color: #2483B7;
}
.border-color {
border: 2px solid #2483B7;
}