Shades of Steel Blue #487DB1
Tints of Steel Blue #487DB1
RGB
CMYK
RGB Variations
Color information
#487DB1 (or 0x487DB1) is known color: Steel Blue. HEX triplet: 48, 7D and B1. RGB value is (72,125,177). Sum of RGB (Red+Green+Blue) = 72+125+177=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #487DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DB1 is #B7824E. Grayscale: #727272. Windows color (decimal): -12026447 or 11631944. OLE color: 11631944.
HSL color Cylindrical-coordinate representation of color #487DB1: hue angle of 209.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487DB1 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 125 | 177 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.31 |
| HSL | 209.71º | 0.42% | 0.49% | - |
| HSV(B) | 209.71º | 0.59% | 0.69% | - |
| XYZ | 17.94 | 19.22 | 44.36 | - |
| YUV | 115.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 177 | 0.59 | 0.29 | 0 | 0.31 | 209.71 | 0.42 | 0.49 |
| Hex | 48 | 7D | B1 | 3B | 1D | 0 | 1F | D2 | 2A | 31 |
| Octal | 110 | 175 | 261 | 73 | 35 | 0 | 37 | 322 | 52 | 61 |
| Binary | 1001000 | 1111101 | 10110001 | 111011 | 11101 | 0 | 11111 | 11010010 | 101010 | 110001 |
Color Harmonies of #487DB1
Complementary color
Monochromatic Colors of #487DB1
Black with #487DB1
Text Example
Text Example
White with #487DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DB1; }
p { color: rgb(72,125,177); }
H1.HeaderClassName
{
color: #487DB1;
}
.AnyTagClassName
{
color: #487DB1;
}
</style>
background-color css
<style>
a { background-color: #487DB1; }
a { background-color: rgb(72,125,177); }
div.DivClassName
{
background-color: #487DB1;
}
.BgClassName
{
background-color: #487DB1;
}
</style>
border-color css
<style>
span { border-color: #487DB1; }
span { border-color: rgb(72,125,177); }
td.TdClassName
{
border-color: #487DB1;
}
.TagClassName
{
border-color: #487DB1;
}
</style>