Shades of Havelock Blue #4089DC
Tints of Havelock Blue #4089DC
RGB
CMYK
RGB Variations
Color information
#4089DC (or 0x4089DC) is known color: Havelock Blue. HEX triplet: 40, 89 and DC. RGB value is (64,137,220). Sum of RGB (Red+Green+Blue) = 64+137+220=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #4089DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089DC is #BF7623. Grayscale: #7C7C7C. Windows color (decimal): -12547620 or 14453056. OLE color: 14453056.
HSL color Cylindrical-coordinate representation of color #4089DC: hue angle of 211.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4089DC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 137 | 220 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.14 |
| HSL | 211.92º | 0.69% | 0.56% | - |
| HSV(B) | 211.92º | 0.71% | 0.86% | - |
| XYZ | 23.98 | 24.15 | 71.11 | - |
| YUV | 124.64 | 181.82 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 220 | 0.71 | 0.38 | 0 | 0.14 | 211.92 | 0.69 | 0.56 |
| Hex | 40 | 89 | DC | 47 | 26 | 0 | E | D4 | 45 | 38 |
| Octal | 100 | 211 | 334 | 107 | 46 | 0 | 16 | 324 | 105 | 70 |
| Binary | 1000000 | 10001001 | 11011100 | 1000111 | 100110 | 0 | 1110 | 11010100 | 1000101 | 111000 |
Color Harmonies of #4089DC
Complementary color
Monochromatic Colors of #4089DC
Black with #4089DC
Text Example
Text Example
White with #4089DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089DC; }
p { color: rgb(64,137,220); }
H1.HeaderClassName
{
color: #4089DC;
}
.AnyTagClassName
{
color: #4089DC;
}
</style>
background-color css
<style>
a { background-color: #4089DC; }
a { background-color: rgb(64,137,220); }
div.DivClassName
{
background-color: #4089DC;
}
.BgClassName
{
background-color: #4089DC;
}
</style>
border-color css
<style>
span { border-color: #4089DC; }
span { border-color: rgb(64,137,220); }
td.TdClassName
{
border-color: #4089DC;
}
.TagClassName
{
border-color: #4089DC;
}
</style>