Shades of Steel Blue #417EBA
Tints of Steel Blue #417EBA
RGB
CMYK
RGB Variations
Color information
#417EBA (or 0x417EBA) is known color: Steel Blue. HEX triplet: 41, 7E and BA. RGB value is (65,126,186). Sum of RGB (Red+Green+Blue) = 65+126+186=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #417EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EBA is #BE8145. Grayscale: #727272. Windows color (decimal): -12484934 or 12222017. OLE color: 12222017.
HSL color Cylindrical-coordinate representation of color #417EBA: hue angle of 209.75º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417EBA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 126 | 186 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.27 |
| HSL | 209.75º | 0.48% | 0.49% | - |
| HSV(B) | 209.75º | 0.65% | 0.73% | - |
| XYZ | 18.5 | 19.59 | 49.26 | - |
| YUV | 114.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 186 | 0.65 | 0.32 | 0 | 0.27 | 209.75 | 0.48 | 0.49 |
| Hex | 41 | 7E | BA | 41 | 20 | 0 | 1B | D2 | 30 | 31 |
| Octal | 101 | 176 | 272 | 101 | 40 | 0 | 33 | 322 | 60 | 61 |
| Binary | 1000001 | 1111110 | 10111010 | 1000001 | 100000 | 0 | 11011 | 11010010 | 110000 | 110001 |
Color Harmonies of #417EBA
Complementary color
Monochromatic Colors of #417EBA
Black with #417EBA
Text Example
Text Example
White with #417EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EBA; }
p { color: rgb(65,126,186); }
H1.HeaderClassName
{
color: #417EBA;
}
.AnyTagClassName
{
color: #417EBA;
}
</style>
background-color css
<style>
a { background-color: #417EBA; }
a { background-color: rgb(65,126,186); }
div.DivClassName
{
background-color: #417EBA;
}
.BgClassName
{
background-color: #417EBA;
}
</style>
border-color css
<style>
span { border-color: #417EBA; }
span { border-color: rgb(65,126,186); }
td.TdClassName
{
border-color: #417EBA;
}
.TagClassName
{
border-color: #417EBA;
}
</style>