Shades of Havelock Blue #407DCF
Tints of Havelock Blue #407DCF
RGB
CMYK
RGB Variations
Color information
#407DCF (or 0x407DCF) is known color: Havelock Blue. HEX triplet: 40, 7D and CF. RGB value is (64,125,207). Sum of RGB (Red+Green+Blue) = 64+125+207=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #407DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DCF is #BF8230. Grayscale: #737373. Windows color (decimal): -12550705 or 13598016. OLE color: 13598016.
HSL color Cylindrical-coordinate representation of color #407DCF: hue angle of 214.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407DCF is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 125 | 207 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.19 |
| HSL | 214.41º | 0.6% | 0.53% | - |
| HSV(B) | 214.41º | 0.69% | 0.81% | - |
| XYZ | 20.71 | 20.26 | 61.85 | - |
| YUV | 116.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 207 | 0.69 | 0.40 | 0 | 0.19 | 214.41 | 0.6 | 0.53 |
| Hex | 40 | 7D | CF | 45 | 28 | 0 | 13 | D6 | 3C | 35 |
| Octal | 100 | 175 | 317 | 105 | 50 | 0 | 23 | 326 | 74 | 65 |
| Binary | 1000000 | 1111101 | 11001111 | 1000101 | 101000 | 0 | 10011 | 11010110 | 111100 | 110101 |
Color Harmonies of #407DCF
Complementary color
Monochromatic Colors of #407DCF
Black with #407DCF
Text Example
Text Example
White with #407DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DCF; }
p { color: rgb(64,125,207); }
H1.HeaderClassName
{
color: #407DCF;
}
.AnyTagClassName
{
color: #407DCF;
}
</style>
background-color css
<style>
a { background-color: #407DCF; }
a { background-color: rgb(64,125,207); }
div.DivClassName
{
background-color: #407DCF;
}
.BgClassName
{
background-color: #407DCF;
}
</style>
border-color css
<style>
span { border-color: #407DCF; }
span { border-color: rgb(64,125,207); }
td.TdClassName
{
border-color: #407DCF;
}
.TagClassName
{
border-color: #407DCF;
}
</style>