Shades of Steel Blue #417BBE
Tints of Steel Blue #417BBE
RGB
CMYK
RGB Variations
Color information
#417BBE (or 0x417BBE) is known color: Steel Blue. HEX triplet: 41, 7B and BE. RGB value is (65,123,190). Sum of RGB (Red+Green+Blue) = 65+123+190=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #417BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBE is #BE8441. Grayscale: #707070. Windows color (decimal): -12485698 or 12483393. OLE color: 12483393.
HSL color Cylindrical-coordinate representation of color #417BBE: hue angle of 212.16º 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 #417BBE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 123 | 190 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 212.16º | 0.49% | 0.5% | - |
| HSV(B) | 212.16º | 0.66% | 0.75% | - |
| XYZ | 18.56 | 19.01 | 51.41 | - |
| YUV | 113.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 190 | 0.66 | 0.35 | 0 | 0.25 | 212.16 | 0.49 | 0.5 |
| Hex | 41 | 7B | BE | 42 | 23 | 0 | 19 | D4 | 31 | 32 |
| Octal | 101 | 173 | 276 | 102 | 43 | 0 | 31 | 324 | 61 | 62 |
| Binary | 1000001 | 1111011 | 10111110 | 1000010 | 100011 | 0 | 11001 | 11010100 | 110001 | 110010 |
Color Harmonies of #417BBE
Complementary color
Monochromatic Colors of #417BBE
Black with #417BBE
Text Example
Text Example
White with #417BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BBE; }
p { color: rgb(65,123,190); }
H1.HeaderClassName
{
color: #417BBE;
}
.AnyTagClassName
{
color: #417BBE;
}
</style>
background-color css
<style>
a { background-color: #417BBE; }
a { background-color: rgb(65,123,190); }
div.DivClassName
{
background-color: #417BBE;
}
.BgClassName
{
background-color: #417BBE;
}
</style>
border-color css
<style>
span { border-color: #417BBE; }
span { border-color: rgb(65,123,190); }
td.TdClassName
{
border-color: #417BBE;
}
.TagClassName
{
border-color: #417BBE;
}
</style>