Shades of Steel Blue #487FBF
Tints of Steel Blue #487FBF
RGB
CMYK
RGB Variations
Color information
#487FBF (or 0x487FBF) is known color: Steel Blue. HEX triplet: 48, 7F and BF. RGB value is (72,127,191). Sum of RGB (Red+Green+Blue) = 72+127+191=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #487FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FBF is #B78040. Grayscale: #757575. Windows color (decimal): -12025921 or 12549960. OLE color: 12549960.
HSL color Cylindrical-coordinate representation of color #487FBF: hue angle of 212.27º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487FBF is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 127 | 191 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.25 |
| HSL | 212.27º | 0.48% | 0.52% | - |
| HSV(B) | 212.27º | 0.62% | 0.75% | - |
| XYZ | 19.67 | 20.32 | 52.18 | - |
| YUV | 117.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 191 | 0.62 | 0.34 | 0 | 0.25 | 212.27 | 0.48 | 0.52 |
| Hex | 48 | 7F | BF | 3E | 22 | 0 | 19 | D4 | 30 | 34 |
| Octal | 110 | 177 | 277 | 76 | 42 | 0 | 31 | 324 | 60 | 64 |
| Binary | 1001000 | 1111111 | 10111111 | 111110 | 100010 | 0 | 11001 | 11010100 | 110000 | 110100 |
Color Harmonies of #487FBF
Complementary color
Monochromatic Colors of #487FBF
Black with #487FBF
Text Example
Text Example
White with #487FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FBF; }
p { color: rgb(72,127,191); }
H1.HeaderClassName
{
color: #487FBF;
}
.AnyTagClassName
{
color: #487FBF;
}
</style>
background-color css
<style>
a { background-color: #487FBF; }
a { background-color: rgb(72,127,191); }
div.DivClassName
{
background-color: #487FBF;
}
.BgClassName
{
background-color: #487FBF;
}
</style>
border-color css
<style>
span { border-color: #487FBF; }
span { border-color: rgb(72,127,191); }
td.TdClassName
{
border-color: #487FBF;
}
.TagClassName
{
border-color: #487FBF;
}
</style>