Shades of Steel Blue #417DBC
Tints of Steel Blue #417DBC
RGB
CMYK
RGB Variations
Color information
#417DBC (or 0x417DBC) is known color: Steel Blue. HEX triplet: 41, 7D and BC. RGB value is (65,125,188). Sum of RGB (Red+Green+Blue) = 65+125+188=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #417DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBC is #BE8243. Grayscale: #717171. Windows color (decimal): -12485188 or 12352833. OLE color: 12352833.
HSL color Cylindrical-coordinate representation of color #417DBC: hue angle of 210.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417DBC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 125 | 188 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.26 |
| HSL | 210.73º | 0.49% | 0.5% | - |
| HSV(B) | 210.73º | 0.65% | 0.74% | - |
| XYZ | 18.59 | 19.42 | 50.35 | - |
| YUV | 114.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 188 | 0.65 | 0.34 | 0 | 0.26 | 210.73 | 0.49 | 0.5 |
| Hex | 41 | 7D | BC | 41 | 22 | 0 | 1A | D3 | 31 | 32 |
| Octal | 101 | 175 | 274 | 101 | 42 | 0 | 32 | 323 | 61 | 62 |
| Binary | 1000001 | 1111101 | 10111100 | 1000001 | 100010 | 0 | 11010 | 11010011 | 110001 | 110010 |
Color Harmonies of #417DBC
Complementary color
Monochromatic Colors of #417DBC
Black with #417DBC
Text Example
Text Example
White with #417DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DBC; }
p { color: rgb(65,125,188); }
H1.HeaderClassName
{
color: #417DBC;
}
.AnyTagClassName
{
color: #417DBC;
}
</style>
background-color css
<style>
a { background-color: #417DBC; }
a { background-color: rgb(65,125,188); }
div.DivClassName
{
background-color: #417DBC;
}
.BgClassName
{
background-color: #417DBC;
}
</style>
border-color css
<style>
span { border-color: #417DBC; }
span { border-color: rgb(65,125,188); }
td.TdClassName
{
border-color: #417DBC;
}
.TagClassName
{
border-color: #417DBC;
}
</style>