Shades of Steel Blue #417DBF
Tints of Steel Blue #417DBF
RGB
CMYK
RGB Variations
Color information
#417DBF (or 0x417DBF) is known color: Steel Blue. HEX triplet: 41, 7D and BF. RGB value is (65,125,191). Sum of RGB (Red+Green+Blue) = 65+125+191=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #417DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBF is #BE8240. Grayscale: #727272. Windows color (decimal): -12485185 or 12549441. OLE color: 12549441.
HSL color Cylindrical-coordinate representation of color #417DBF: hue angle of 211.43º 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 #417DBF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 125 | 191 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 211.43º | 0.5% | 0.5% | - |
| HSV(B) | 211.43º | 0.66% | 0.75% | - |
| XYZ | 18.92 | 19.55 | 52.07 | - |
| YUV | 114.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 191 | 0.66 | 0.35 | 0 | 0.25 | 211.43 | 0.5 | 0.5 |
| Hex | 41 | 7D | BF | 42 | 23 | 0 | 19 | D3 | 32 | 32 |
| Octal | 101 | 175 | 277 | 102 | 43 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000001 | 1111101 | 10111111 | 1000010 | 100011 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #417DBF
Complementary color
Monochromatic Colors of #417DBF
Black with #417DBF
Text Example
Text Example
White with #417DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DBF; }
p { color: rgb(65,125,191); }
H1.HeaderClassName
{
color: #417DBF;
}
.AnyTagClassName
{
color: #417DBF;
}
</style>
background-color css
<style>
a { background-color: #417DBF; }
a { background-color: rgb(65,125,191); }
div.DivClassName
{
background-color: #417DBF;
}
.BgClassName
{
background-color: #417DBF;
}
</style>
border-color css
<style>
span { border-color: #417DBF; }
span { border-color: rgb(65,125,191); }
td.TdClassName
{
border-color: #417DBF;
}
.TagClassName
{
border-color: #417DBF;
}
</style>