Shades of Steel Blue #508CB8
Tints of Steel Blue #508CB8
RGB
CMYK
RGB Variations
Color information
#508CB8 (or 0x508CB8) is known color: Steel Blue. HEX triplet: 50, 8C and B8. RGB value is (80,140,184). Sum of RGB (Red+Green+Blue) = 80+140+184=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #508CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CB8 is #AF7347. Grayscale: #7E7E7E. Windows color (decimal): -11498312 or 12094544. OLE color: 12094544.
HSL color Cylindrical-coordinate representation of color #508CB8: hue angle of 205.38º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508CB8 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 140 | 184 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.28 |
| HSL | 205.38º | 0.42% | 0.52% | - |
| HSV(B) | 205.38º | 0.57% | 0.72% | - |
| XYZ | 21.34 | 23.92 | 48.84 | - |
| YUV | 127.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 184 | 0.57 | 0.24 | 0 | 0.28 | 205.38 | 0.42 | 0.52 |
| Hex | 50 | 8C | B8 | 39 | 18 | 0 | 1C | CD | 2A | 34 |
| Octal | 120 | 214 | 270 | 71 | 30 | 0 | 34 | 315 | 52 | 64 |
| Binary | 1010000 | 10001100 | 10111000 | 111001 | 11000 | 0 | 11100 | 11001101 | 101010 | 110100 |
Color Harmonies of #508CB8
Complementary color
Monochromatic Colors of #508CB8
Black with #508CB8
Text Example
Text Example
White with #508CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CB8; }
p { color: rgb(80,140,184); }
H1.HeaderClassName
{
color: #508CB8;
}
.AnyTagClassName
{
color: #508CB8;
}
</style>
background-color css
<style>
a { background-color: #508CB8; }
a { background-color: rgb(80,140,184); }
div.DivClassName
{
background-color: #508CB8;
}
.BgClassName
{
background-color: #508CB8;
}
</style>
border-color css
<style>
span { border-color: #508CB8; }
span { border-color: rgb(80,140,184); }
td.TdClassName
{
border-color: #508CB8;
}
.TagClassName
{
border-color: #508CB8;
}
</style>