Shades of Steel Blue #417FB8
Tints of Steel Blue #417FB8
RGB
CMYK
RGB Variations
Color information
#417FB8 (or 0x417FB8) is known color: Steel Blue. HEX triplet: 41, 7F and B8. RGB value is (65,127,184). Sum of RGB (Red+Green+Blue) = 65+127+184=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #417FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FB8 is #BE8047. Grayscale: #727272. Windows color (decimal): -12484680 or 12091201. OLE color: 12091201.
HSL color Cylindrical-coordinate representation of color #417FB8: hue angle of 208.74º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417FB8 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 127 | 184 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.28 |
| HSL | 208.74º | 0.48% | 0.49% | - |
| HSV(B) | 208.74º | 0.65% | 0.72% | - |
| XYZ | 18.42 | 19.76 | 48.19 | - |
| YUV | 114.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 184 | 0.65 | 0.31 | 0 | 0.28 | 208.74 | 0.48 | 0.49 |
| Hex | 41 | 7F | B8 | 41 | 1F | 0 | 1C | D1 | 30 | 31 |
| Octal | 101 | 177 | 270 | 101 | 37 | 0 | 34 | 321 | 60 | 61 |
| Binary | 1000001 | 1111111 | 10111000 | 1000001 | 11111 | 0 | 11100 | 11010001 | 110000 | 110001 |
Color Harmonies of #417FB8
Complementary color
Monochromatic Colors of #417FB8
Black with #417FB8
Text Example
Text Example
White with #417FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FB8; }
p { color: rgb(65,127,184); }
H1.HeaderClassName
{
color: #417FB8;
}
.AnyTagClassName
{
color: #417FB8;
}
</style>
background-color css
<style>
a { background-color: #417FB8; }
a { background-color: rgb(65,127,184); }
div.DivClassName
{
background-color: #417FB8;
}
.BgClassName
{
background-color: #417FB8;
}
</style>
border-color css
<style>
span { border-color: #417FB8; }
span { border-color: rgb(65,127,184); }
td.TdClassName
{
border-color: #417FB8;
}
.TagClassName
{
border-color: #417FB8;
}
</style>