Shades of Steel Blue #507FB4
Tints of Steel Blue #507FB4
RGB
CMYK
RGB Variations
Color information
#507FB4 (or 0x507FB4) is known color: Steel Blue. HEX triplet: 50, 7F and B4. RGB value is (80,127,180). Sum of RGB (Red+Green+Blue) = 80+127+180=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #507FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FB4 is #AF804B. Grayscale: #767676. Windows color (decimal): -11501644 or 11829072. OLE color: 11829072.
HSL color Cylindrical-coordinate representation of color #507FB4: hue angle of 211.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507FB4 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 127 | 180 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.29 |
| HSL | 211.8º | 0.4% | 0.51% | - |
| HSV(B) | 211.8º | 0.56% | 0.71% | - |
| XYZ | 19.14 | 20.18 | 46.07 | - |
| YUV | 118.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 180 | 0.56 | 0.29 | 0 | 0.29 | 211.8 | 0.4 | 0.51 |
| Hex | 50 | 7F | B4 | 38 | 1D | 0 | 1D | D4 | 28 | 33 |
| Octal | 120 | 177 | 264 | 70 | 35 | 0 | 35 | 324 | 50 | 63 |
| Binary | 1010000 | 1111111 | 10110100 | 111000 | 11101 | 0 | 11101 | 11010100 | 101000 | 110011 |
Color Harmonies of #507FB4
Complementary color
Monochromatic Colors of #507FB4
Black with #507FB4
Text Example
Text Example
White with #507FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FB4; }
p { color: rgb(80,127,180); }
H1.HeaderClassName
{
color: #507FB4;
}
.AnyTagClassName
{
color: #507FB4;
}
</style>
background-color css
<style>
a { background-color: #507FB4; }
a { background-color: rgb(80,127,180); }
div.DivClassName
{
background-color: #507FB4;
}
.BgClassName
{
background-color: #507FB4;
}
</style>
border-color css
<style>
span { border-color: #507FB4; }
span { border-color: rgb(80,127,180); }
td.TdClassName
{
border-color: #507FB4;
}
.TagClassName
{
border-color: #507FB4;
}
</style>