Shades of Steel Blue #417DBD
Tints of Steel Blue #417DBD
RGB
CMYK
RGB Variations
Color information
#417DBD (or 0x417DBD) is known color: Steel Blue. HEX triplet: 41, 7D and BD. RGB value is (65,125,189). Sum of RGB (Red+Green+Blue) = 65+125+189=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #417DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBD is #BE8242. Grayscale: #727272. Windows color (decimal): -12485187 or 12418369. OLE color: 12418369.
HSL color Cylindrical-coordinate representation of color #417DBD: hue angle of 210.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417DBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 125 | 189 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.26 |
| HSL | 210.97º | 0.49% | 0.5% | - |
| HSV(B) | 210.97º | 0.66% | 0.74% | - |
| XYZ | 18.7 | 19.47 | 50.92 | - |
| YUV | 114.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 189 | 0.66 | 0.34 | 0 | 0.26 | 210.97 | 0.49 | 0.5 |
| Hex | 41 | 7D | BD | 42 | 22 | 0 | 1A | D3 | 31 | 32 |
| Octal | 101 | 175 | 275 | 102 | 42 | 0 | 32 | 323 | 61 | 62 |
| Binary | 1000001 | 1111101 | 10111101 | 1000010 | 100010 | 0 | 11010 | 11010011 | 110001 | 110010 |
Color Harmonies of #417DBD
Complementary color
Monochromatic Colors of #417DBD
Black with #417DBD
Text Example
Text Example
White with #417DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DBD; }
p { color: rgb(65,125,189); }
H1.HeaderClassName
{
color: #417DBD;
}
.AnyTagClassName
{
color: #417DBD;
}
</style>
background-color css
<style>
a { background-color: #417DBD; }
a { background-color: rgb(65,125,189); }
div.DivClassName
{
background-color: #417DBD;
}
.BgClassName
{
background-color: #417DBD;
}
</style>
border-color css
<style>
span { border-color: #417DBD; }
span { border-color: rgb(65,125,189); }
td.TdClassName
{
border-color: #417DBD;
}
.TagClassName
{
border-color: #417DBD;
}
</style>