Shades of Havelock Blue #407BCF
Tints of Havelock Blue #407BCF
RGB
CMYK
RGB Variations
Color information
#407BCF (or 0x407BCF) is known color: Havelock Blue. HEX triplet: 40, 7B and CF. RGB value is (64,123,207). Sum of RGB (Red+Green+Blue) = 64+123+207=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #407BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BCF is #BF8430. Grayscale: #727272. Windows color (decimal): -12551217 or 13597504. OLE color: 13597504.
HSL color Cylindrical-coordinate representation of color #407BCF: hue angle of 215.24º 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 #407BCF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 123 | 207 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.24º | 0.6% | 0.53% | - |
| HSV(B) | 215.24º | 0.69% | 0.81% | - |
| XYZ | 20.46 | 19.76 | 61.77 | - |
| YUV | 114.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 207 | 0.69 | 0.41 | 0 | 0.19 | 215.24 | 0.6 | 0.53 |
| Hex | 40 | 7B | CF | 45 | 29 | 0 | 13 | D7 | 3C | 35 |
| Octal | 100 | 173 | 317 | 105 | 51 | 0 | 23 | 327 | 74 | 65 |
| Binary | 1000000 | 1111011 | 11001111 | 1000101 | 101001 | 0 | 10011 | 11010111 | 111100 | 110101 |
Color Harmonies of #407BCF
Complementary color
Monochromatic Colors of #407BCF
Black with #407BCF
Text Example
Text Example
White with #407BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BCF; }
p { color: rgb(64,123,207); }
H1.HeaderClassName
{
color: #407BCF;
}
.AnyTagClassName
{
color: #407BCF;
}
</style>
background-color css
<style>
a { background-color: #407BCF; }
a { background-color: rgb(64,123,207); }
div.DivClassName
{
background-color: #407BCF;
}
.BgClassName
{
background-color: #407BCF;
}
</style>
border-color css
<style>
span { border-color: #407BCF; }
span { border-color: rgb(64,123,207); }
td.TdClassName
{
border-color: #407BCF;
}
.TagClassName
{
border-color: #407BCF;
}
</style>