Shades of Havelock Blue #407DD0
Tints of Havelock Blue #407DD0
RGB
CMYK
RGB Variations
Color information
#407DD0 (or 0x407DD0) is known color: Havelock Blue. HEX triplet: 40, 7D and D0. RGB value is (64,125,208). Sum of RGB (Red+Green+Blue) = 64+125+208=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #407DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DD0 is #BF822F. Grayscale: #737373. Windows color (decimal): -12550704 or 13663552. OLE color: 13663552.
HSL color Cylindrical-coordinate representation of color #407DD0: hue angle of 214.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407DD0 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 125 | 208 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.18 |
| HSL | 214.58º | 0.61% | 0.53% | - |
| HSV(B) | 214.58º | 0.69% | 0.82% | - |
| XYZ | 20.83 | 20.31 | 62.5 | - |
| YUV | 116.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 208 | 0.69 | 0.40 | 0 | 0.18 | 214.58 | 0.61 | 0.53 |
| Hex | 40 | 7D | D0 | 45 | 28 | 0 | 12 | D7 | 3D | 35 |
| Octal | 100 | 175 | 320 | 105 | 50 | 0 | 22 | 327 | 75 | 65 |
| Binary | 1000000 | 1111101 | 11010000 | 1000101 | 101000 | 0 | 10010 | 11010111 | 111101 | 110101 |
Color Harmonies of #407DD0
Complementary color
Monochromatic Colors of #407DD0
Black with #407DD0
Text Example
Text Example
White with #407DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DD0; }
p { color: rgb(64,125,208); }
H1.HeaderClassName
{
color: #407DD0;
}
.AnyTagClassName
{
color: #407DD0;
}
</style>
background-color css
<style>
a { background-color: #407DD0; }
a { background-color: rgb(64,125,208); }
div.DivClassName
{
background-color: #407DD0;
}
.BgClassName
{
background-color: #407DD0;
}
</style>
border-color css
<style>
span { border-color: #407DD0; }
span { border-color: rgb(64,125,208); }
td.TdClassName
{
border-color: #407DD0;
}
.TagClassName
{
border-color: #407DD0;
}
</style>