Shades of Steel Blue #487DBB
Tints of Steel Blue #487DBB
RGB
CMYK
RGB Variations
Color information
#487DBB (or 0x487DBB) is known color: Steel Blue. HEX triplet: 48, 7D and BB. RGB value is (72,125,187). Sum of RGB (Red+Green+Blue) = 72+125+187=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #487DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DBB is #B78244. Grayscale: #737373. Windows color (decimal): -12026437 or 12287304. OLE color: 12287304.
HSL color Cylindrical-coordinate representation of color #487DBB: hue angle of 212.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487DBB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 125 | 187 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.27 |
| HSL | 212.35º | 0.46% | 0.51% | - |
| HSV(B) | 212.35º | 0.61% | 0.73% | - |
| XYZ | 18.98 | 19.63 | 49.8 | - |
| YUV | 116.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 187 | 0.61 | 0.33 | 0 | 0.27 | 212.35 | 0.46 | 0.51 |
| Hex | 48 | 7D | BB | 3D | 21 | 0 | 1B | D4 | 2E | 33 |
| Octal | 110 | 175 | 273 | 75 | 41 | 0 | 33 | 324 | 56 | 63 |
| Binary | 1001000 | 1111101 | 10111011 | 111101 | 100001 | 0 | 11011 | 11010100 | 101110 | 110011 |
Color Harmonies of #487DBB
Complementary color
Monochromatic Colors of #487DBB
Black with #487DBB
Text Example
Text Example
White with #487DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DBB; }
p { color: rgb(72,125,187); }
H1.HeaderClassName
{
color: #487DBB;
}
.AnyTagClassName
{
color: #487DBB;
}
</style>
background-color css
<style>
a { background-color: #487DBB; }
a { background-color: rgb(72,125,187); }
div.DivClassName
{
background-color: #487DBB;
}
.BgClassName
{
background-color: #487DBB;
}
</style>
border-color css
<style>
span { border-color: #487DBB; }
span { border-color: rgb(72,125,187); }
td.TdClassName
{
border-color: #487DBB;
}
.TagClassName
{
border-color: #487DBB;
}
</style>