Shades of Havelock Blue #4087DB
Tints of Havelock Blue #4087DB
RGB
CMYK
RGB Variations
Color information
#4087DB (or 0x4087DB) is known color: Havelock Blue. HEX triplet: 40, 87 and DB. RGB value is (64,135,219). Sum of RGB (Red+Green+Blue) = 64+135+219=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #4087DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087DB is #BF7824. Grayscale: #7A7A7A. Windows color (decimal): -12548133 or 14387008. OLE color: 14387008.
HSL color Cylindrical-coordinate representation of color #4087DB: hue angle of 212.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4087DB is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 135 | 219 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.14 |
| HSL | 212.52º | 0.68% | 0.55% | - |
| HSV(B) | 212.52º | 0.71% | 0.86% | - |
| XYZ | 23.56 | 23.53 | 70.32 | - |
| YUV | 123.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 219 | 0.71 | 0.38 | 0 | 0.14 | 212.52 | 0.68 | 0.55 |
| Hex | 40 | 87 | DB | 47 | 26 | 0 | E | D5 | 44 | 37 |
| Octal | 100 | 207 | 333 | 107 | 46 | 0 | 16 | 325 | 104 | 67 |
| Binary | 1000000 | 10000111 | 11011011 | 1000111 | 100110 | 0 | 1110 | 11010101 | 1000100 | 110111 |
Color Harmonies of #4087DB
Complementary color
Monochromatic Colors of #4087DB
Black with #4087DB
Text Example
Text Example
White with #4087DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087DB; }
p { color: rgb(64,135,219); }
H1.HeaderClassName
{
color: #4087DB;
}
.AnyTagClassName
{
color: #4087DB;
}
</style>
background-color css
<style>
a { background-color: #4087DB; }
a { background-color: rgb(64,135,219); }
div.DivClassName
{
background-color: #4087DB;
}
.BgClassName
{
background-color: #4087DB;
}
</style>
border-color css
<style>
span { border-color: #4087DB; }
span { border-color: rgb(64,135,219); }
td.TdClassName
{
border-color: #4087DB;
}
.TagClassName
{
border-color: #4087DB;
}
</style>