#2483C5
A medium, moderate blue closely aligning with Steelblue.
About #2483C5
At its core, #2483C5 is a medium and moderate hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 36 red, 131 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 82% C, 34% M, 0% Y, and 23% K. With a hue angle of 204.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2483C5
RGB36, 131, 197
HSL204.6°, 69.1%, 45.7%
CMYK82%, 34%, 0%, 23%
HSV204.6°, 81.7%, 77.3%
LAB52.6, -3.5, -41.9
XYZ18.9, 20.6, 55.8
Decimal2393029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2483C5;
}
.text-color {
color: #2483C5;
}
.border-color {
border: 2px solid #2483C5;
}