Shades of Havelock Blue #4087DA
Tints of Havelock Blue #4087DA
RGB
CMYK
RGB Variations
Color information
#4087DA (or 0x4087DA) is known color: Havelock Blue. HEX triplet: 40, 87 and DA. RGB value is (64,135,218). Sum of RGB (Red+Green+Blue) = 64+135+218=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #4087DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087DA is #BF7825. Grayscale: #7A7A7A. Windows color (decimal): -12548134 or 14321472. OLE color: 14321472.
HSL color Cylindrical-coordinate representation of color #4087DA: hue angle of 212.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4087DA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 135 | 218 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.15 |
| HSL | 212.34º | 0.68% | 0.55% | - |
| HSV(B) | 212.34º | 0.71% | 0.85% | - |
| XYZ | 23.43 | 23.48 | 69.63 | - |
| YUV | 123.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 218 | 0.71 | 0.38 | 0 | 0.15 | 212.34 | 0.68 | 0.55 |
| Hex | 40 | 87 | DA | 47 | 26 | 0 | F | D4 | 44 | 37 |
| Octal | 100 | 207 | 332 | 107 | 46 | 0 | 17 | 324 | 104 | 67 |
| Binary | 1000000 | 10000111 | 11011010 | 1000111 | 100110 | 0 | 1111 | 11010100 | 1000100 | 110111 |
Color Harmonies of #4087DA
Complementary color
Monochromatic Colors of #4087DA
Black with #4087DA
Text Example
Text Example
White with #4087DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087DA; }
p { color: rgb(64,135,218); }
H1.HeaderClassName
{
color: #4087DA;
}
.AnyTagClassName
{
color: #4087DA;
}
</style>
background-color css
<style>
a { background-color: #4087DA; }
a { background-color: rgb(64,135,218); }
div.DivClassName
{
background-color: #4087DA;
}
.BgClassName
{
background-color: #4087DA;
}
</style>
border-color css
<style>
span { border-color: #4087DA; }
span { border-color: rgb(64,135,218); }
td.TdClassName
{
border-color: #4087DA;
}
.TagClassName
{
border-color: #4087DA;
}
</style>