Shades of Steel Blue #417DBE
Tints of Steel Blue #417DBE
RGB
CMYK
RGB Variations
Color information
#417DBE (or 0x417DBE) is known color: Steel Blue. HEX triplet: 41, 7D and BE. RGB value is (65,125,190). Sum of RGB (Red+Green+Blue) = 65+125+190=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #417DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBE is #BE8241. Grayscale: #727272. Windows color (decimal): -12485186 or 12483905. OLE color: 12483905.
HSL color Cylindrical-coordinate representation of color #417DBE: hue angle of 211.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417DBE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 125 | 190 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 211.2º | 0.49% | 0.5% | - |
| HSV(B) | 211.2º | 0.66% | 0.75% | - |
| XYZ | 18.81 | 19.51 | 51.49 | - |
| YUV | 114.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 190 | 0.66 | 0.34 | 0 | 0.25 | 211.2 | 0.49 | 0.5 |
| Hex | 41 | 7D | BE | 42 | 22 | 0 | 19 | D3 | 31 | 32 |
| Octal | 101 | 175 | 276 | 102 | 42 | 0 | 31 | 323 | 61 | 62 |
| Binary | 1000001 | 1111101 | 10111110 | 1000010 | 100010 | 0 | 11001 | 11010011 | 110001 | 110010 |
Color Harmonies of #417DBE
Complementary color
Monochromatic Colors of #417DBE
Black with #417DBE
Text Example
Text Example
White with #417DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DBE; }
p { color: rgb(65,125,190); }
H1.HeaderClassName
{
color: #417DBE;
}
.AnyTagClassName
{
color: #417DBE;
}
</style>
background-color css
<style>
a { background-color: #417DBE; }
a { background-color: rgb(65,125,190); }
div.DivClassName
{
background-color: #417DBE;
}
.BgClassName
{
background-color: #417DBE;
}
</style>
border-color css
<style>
span { border-color: #417DBE; }
span { border-color: rgb(65,125,190); }
td.TdClassName
{
border-color: #417DBE;
}
.TagClassName
{
border-color: #417DBE;
}
</style>