Shades of Steel Blue #417FBA
Tints of Steel Blue #417FBA
RGB
CMYK
RGB Variations
Color information
#417FBA (or 0x417FBA) is known color: Steel Blue. HEX triplet: 41, 7F and BA. RGB value is (65,127,186). Sum of RGB (Red+Green+Blue) = 65+127+186=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #417FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FBA is #BE8045. Grayscale: #727272. Windows color (decimal): -12484678 or 12222273. OLE color: 12222273.
HSL color Cylindrical-coordinate representation of color #417FBA: hue angle of 209.26º 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 #417FBA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 127 | 186 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.27 |
| HSL | 209.26º | 0.48% | 0.49% | - |
| HSV(B) | 209.26º | 0.65% | 0.73% | - |
| XYZ | 18.63 | 19.85 | 49.3 | - |
| YUV | 115.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 186 | 0.65 | 0.32 | 0 | 0.27 | 209.26 | 0.48 | 0.49 |
| Hex | 41 | 7F | BA | 41 | 20 | 0 | 1B | D1 | 30 | 31 |
| Octal | 101 | 177 | 272 | 101 | 40 | 0 | 33 | 321 | 60 | 61 |
| Binary | 1000001 | 1111111 | 10111010 | 1000001 | 100000 | 0 | 11011 | 11010001 | 110000 | 110001 |
Color Harmonies of #417FBA
Complementary color
Monochromatic Colors of #417FBA
Black with #417FBA
Text Example
Text Example
White with #417FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FBA; }
p { color: rgb(65,127,186); }
H1.HeaderClassName
{
color: #417FBA;
}
.AnyTagClassName
{
color: #417FBA;
}
</style>
background-color css
<style>
a { background-color: #417FBA; }
a { background-color: rgb(65,127,186); }
div.DivClassName
{
background-color: #417FBA;
}
.BgClassName
{
background-color: #417FBA;
}
</style>
border-color css
<style>
span { border-color: #417FBA; }
span { border-color: rgb(65,127,186); }
td.TdClassName
{
border-color: #417FBA;
}
.TagClassName
{
border-color: #417FBA;
}
</style>