Shades of Havelock Blue #407FD1
Tints of Havelock Blue #407FD1
RGB
CMYK
RGB Variations
Color information
#407FD1 (or 0x407FD1) is known color: Havelock Blue. HEX triplet: 40, 7F and D1. RGB value is (64,127,209). Sum of RGB (Red+Green+Blue) = 64+127+209=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #407FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FD1 is #BF802E. Grayscale: #757575. Windows color (decimal): -12550191 or 13729600. OLE color: 13729600.
HSL color Cylindrical-coordinate representation of color #407FD1: hue angle of 213.93º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FD1 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 127 | 209 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.18 |
| HSL | 213.93º | 0.61% | 0.54% | - |
| HSV(B) | 213.93º | 0.69% | 0.82% | - |
| XYZ | 21.21 | 20.87 | 63.23 | - |
| YUV | 117.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 209 | 0.69 | 0.39 | 0 | 0.18 | 213.93 | 0.61 | 0.54 |
| Hex | 40 | 7F | D1 | 45 | 27 | 0 | 12 | D6 | 3D | 36 |
| Octal | 100 | 177 | 321 | 105 | 47 | 0 | 22 | 326 | 75 | 66 |
| Binary | 1000000 | 1111111 | 11010001 | 1000101 | 100111 | 0 | 10010 | 11010110 | 111101 | 110110 |
Color Harmonies of #407FD1
Complementary color
Monochromatic Colors of #407FD1
Black with #407FD1
Text Example
Text Example
White with #407FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FD1; }
p { color: rgb(64,127,209); }
H1.HeaderClassName
{
color: #407FD1;
}
.AnyTagClassName
{
color: #407FD1;
}
</style>
background-color css
<style>
a { background-color: #407FD1; }
a { background-color: rgb(64,127,209); }
div.DivClassName
{
background-color: #407FD1;
}
.BgClassName
{
background-color: #407FD1;
}
</style>
border-color css
<style>
span { border-color: #407FD1; }
span { border-color: rgb(64,127,209); }
td.TdClassName
{
border-color: #407FD1;
}
.TagClassName
{
border-color: #407FD1;
}
</style>