Shades of Steel Blue #507DB1
Tints of Steel Blue #507DB1
RGB
CMYK
RGB Variations
Color information
#507DB1 (or 0x507DB1) is known color: Steel Blue. HEX triplet: 50, 7D and B1. RGB value is (80,125,177). Sum of RGB (Red+Green+Blue) = 80+125+177=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #507DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DB1 is #AF824E. Grayscale: #757575. Windows color (decimal): -11502159 or 11631952. OLE color: 11631952.
HSL color Cylindrical-coordinate representation of color #507DB1: hue angle of 212.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507DB1 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 125 | 177 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.31 |
| HSL | 212.16º | 0.38% | 0.5% | - |
| HSV(B) | 212.16º | 0.55% | 0.69% | - |
| XYZ | 18.58 | 19.55 | 44.39 | - |
| YUV | 117.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 177 | 0.55 | 0.29 | 0 | 0.31 | 212.16 | 0.38 | 0.5 |
| Hex | 50 | 7D | B1 | 37 | 1D | 0 | 1F | D4 | 26 | 32 |
| Octal | 120 | 175 | 261 | 67 | 35 | 0 | 37 | 324 | 46 | 62 |
| Binary | 1010000 | 1111101 | 10110001 | 110111 | 11101 | 0 | 11111 | 11010100 | 100110 | 110010 |
Color Harmonies of #507DB1
Complementary color
Monochromatic Colors of #507DB1
Black with #507DB1
Text Example
Text Example
White with #507DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DB1; }
p { color: rgb(80,125,177); }
H1.HeaderClassName
{
color: #507DB1;
}
.AnyTagClassName
{
color: #507DB1;
}
</style>
background-color css
<style>
a { background-color: #507DB1; }
a { background-color: rgb(80,125,177); }
div.DivClassName
{
background-color: #507DB1;
}
.BgClassName
{
background-color: #507DB1;
}
</style>
border-color css
<style>
span { border-color: #507DB1; }
span { border-color: rgb(80,125,177); }
td.TdClassName
{
border-color: #507DB1;
}
.TagClassName
{
border-color: #507DB1;
}
</style>