Shades of Steel Blue #487BB8
Tints of Steel Blue #487BB8
RGB
CMYK
RGB Variations
Color information
#487BB8 (or 0x487BB8) is known color: Steel Blue. HEX triplet: 48, 7B and B8. RGB value is (72,123,184). Sum of RGB (Red+Green+Blue) = 72+123+184=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #487BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BB8 is #B78447. Grayscale: #727272. Windows color (decimal): -12026952 or 12090184. OLE color: 12090184.
HSL color Cylindrical-coordinate representation of color #487BB8: hue angle of 212.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487BB8 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 123 | 184 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.28 |
| HSL | 212.68º | 0.44% | 0.5% | - |
| HSV(B) | 212.68º | 0.61% | 0.72% | - |
| XYZ | 18.41 | 19 | 48.05 | - |
| YUV | 114.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 184 | 0.61 | 0.33 | 0 | 0.28 | 212.68 | 0.44 | 0.5 |
| Hex | 48 | 7B | B8 | 3D | 21 | 0 | 1C | D5 | 2C | 32 |
| Octal | 110 | 173 | 270 | 75 | 41 | 0 | 34 | 325 | 54 | 62 |
| Binary | 1001000 | 1111011 | 10111000 | 111101 | 100001 | 0 | 11100 | 11010101 | 101100 | 110010 |
Color Harmonies of #487BB8
Complementary color
Monochromatic Colors of #487BB8
Black with #487BB8
Text Example
Text Example
White with #487BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BB8; }
p { color: rgb(72,123,184); }
H1.HeaderClassName
{
color: #487BB8;
}
.AnyTagClassName
{
color: #487BB8;
}
</style>
background-color css
<style>
a { background-color: #487BB8; }
a { background-color: rgb(72,123,184); }
div.DivClassName
{
background-color: #487BB8;
}
.BgClassName
{
background-color: #487BB8;
}
</style>
border-color css
<style>
span { border-color: #487BB8; }
span { border-color: rgb(72,123,184); }
td.TdClassName
{
border-color: #487BB8;
}
.TagClassName
{
border-color: #487BB8;
}
</style>