Shades of Steel Blue #407DBD
Tints of Steel Blue #407DBD
RGB
CMYK
RGB Variations
Color information
#407DBD (or 0x407DBD) is known color: Steel Blue. HEX triplet: 40, 7D and BD. RGB value is (64,125,189). Sum of RGB (Red+Green+Blue) = 64+125+189=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #407DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBD is #BF8242. Grayscale: #717171. Windows color (decimal): -12550723 or 12418368. OLE color: 12418368.
HSL color Cylindrical-coordinate representation of color #407DBD: hue angle of 210.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407DBD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 125 | 189 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.26 |
| HSL | 210.72º | 0.49% | 0.5% | - |
| HSV(B) | 210.72º | 0.66% | 0.74% | - |
| XYZ | 18.63 | 19.43 | 50.91 | - |
| YUV | 114.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 189 | 0.66 | 0.34 | 0 | 0.26 | 210.72 | 0.49 | 0.5 |
| Hex | 40 | 7D | BD | 42 | 22 | 0 | 1A | D3 | 31 | 32 |
| Octal | 100 | 175 | 275 | 102 | 42 | 0 | 32 | 323 | 61 | 62 |
| Binary | 1000000 | 1111101 | 10111101 | 1000010 | 100010 | 0 | 11010 | 11010011 | 110001 | 110010 |
Color Harmonies of #407DBD
Complementary color
Monochromatic Colors of #407DBD
Black with #407DBD
Text Example
Text Example
White with #407DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DBD; }
p { color: rgb(64,125,189); }
H1.HeaderClassName
{
color: #407DBD;
}
.AnyTagClassName
{
color: #407DBD;
}
</style>
background-color css
<style>
a { background-color: #407DBD; }
a { background-color: rgb(64,125,189); }
div.DivClassName
{
background-color: #407DBD;
}
.BgClassName
{
background-color: #407DBD;
}
</style>
border-color css
<style>
span { border-color: #407DBD; }
span { border-color: rgb(64,125,189); }
td.TdClassName
{
border-color: #407DBD;
}
.TagClassName
{
border-color: #407DBD;
}
</style>