Shades of Steel Blue #487DB2
Tints of Steel Blue #487DB2
RGB
CMYK
RGB Variations
Color information
#487DB2 (or 0x487DB2) is known color: Steel Blue. HEX triplet: 48, 7D and B2. RGB value is (72,125,178). Sum of RGB (Red+Green+Blue) = 72+125+178=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #487DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DB2 is #B7824D. Grayscale: #727272. Windows color (decimal): -12026446 or 11697480. OLE color: 11697480.
HSL color Cylindrical-coordinate representation of color #487DB2: hue angle of 210º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487DB2 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 125 | 178 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.30 |
| HSL | 210º | 0.42% | 0.49% | - |
| HSV(B) | 210º | 0.6% | 0.7% | - |
| XYZ | 18.04 | 19.26 | 44.89 | - |
| YUV | 115.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 178 | 0.60 | 0.30 | 0 | 0.30 | 210 | 0.42 | 0.49 |
| Hex | 48 | 7D | B2 | 3C | 1E | 0 | 1E | D2 | 2A | 31 |
| Octal | 110 | 175 | 262 | 74 | 36 | 0 | 36 | 322 | 52 | 61 |
| Binary | 1001000 | 1111101 | 10110010 | 111100 | 11110 | 0 | 11110 | 11010010 | 101010 | 110001 |
Color Harmonies of #487DB2
Complementary color
Monochromatic Colors of #487DB2
Black with #487DB2
Text Example
Text Example
White with #487DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DB2; }
p { color: rgb(72,125,178); }
H1.HeaderClassName
{
color: #487DB2;
}
.AnyTagClassName
{
color: #487DB2;
}
</style>
background-color css
<style>
a { background-color: #487DB2; }
a { background-color: rgb(72,125,178); }
div.DivClassName
{
background-color: #487DB2;
}
.BgClassName
{
background-color: #487DB2;
}
</style>
border-color css
<style>
span { border-color: #487DB2; }
span { border-color: rgb(72,125,178); }
td.TdClassName
{
border-color: #487DB2;
}
.TagClassName
{
border-color: #487DB2;
}
</style>