Shades of Steel Blue #417BC0
Tints of Steel Blue #417BC0
RGB
CMYK
RGB Variations
Color information
#417BC0 (or 0x417BC0) is known color: Steel Blue. HEX triplet: 41, 7B and C0. RGB value is (65,123,192). Sum of RGB (Red+Green+Blue) = 65+123+192=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #417BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BC0 is #BE843F. Grayscale: #717171. Windows color (decimal): -12485696 or 12614465. OLE color: 12614465.
HSL color Cylindrical-coordinate representation of color #417BC0: hue angle of 212.6º degrees, saturation: 0.5, 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 #417BC0 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 123 | 192 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.25 |
| HSL | 212.6º | 0.5% | 0.5% | - |
| HSV(B) | 212.6º | 0.66% | 0.75% | - |
| XYZ | 18.78 | 19.1 | 52.57 | - |
| YUV | 113.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 192 | 0.66 | 0.36 | 0 | 0.25 | 212.6 | 0.5 | 0.5 |
| Hex | 41 | 7B | C0 | 42 | 24 | 0 | 19 | D5 | 32 | 32 |
| Octal | 101 | 173 | 300 | 102 | 44 | 0 | 31 | 325 | 62 | 62 |
| Binary | 1000001 | 1111011 | 11000000 | 1000010 | 100100 | 0 | 11001 | 11010101 | 110010 | 110010 |
Color Harmonies of #417BC0
Complementary color
Monochromatic Colors of #417BC0
Black with #417BC0
Text Example
Text Example
White with #417BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BC0; }
p { color: rgb(65,123,192); }
H1.HeaderClassName
{
color: #417BC0;
}
.AnyTagClassName
{
color: #417BC0;
}
</style>
background-color css
<style>
a { background-color: #417BC0; }
a { background-color: rgb(65,123,192); }
div.DivClassName
{
background-color: #417BC0;
}
.BgClassName
{
background-color: #417BC0;
}
</style>
border-color css
<style>
span { border-color: #417BC0; }
span { border-color: rgb(65,123,192); }
td.TdClassName
{
border-color: #417BC0;
}
.TagClassName
{
border-color: #417BC0;
}
</style>