Shades of Havelock Blue #4288DC
Tints of Havelock Blue #4288DC
RGB
CMYK
RGB Variations
Color information
#4288DC (or 0x4288DC) is known color: Havelock Blue. HEX triplet: 42, 88 and DC. RGB value is (66,136,220). Sum of RGB (Red+Green+Blue) = 66+136+220=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #4288DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288DC is #BD7723. Grayscale: #7C7C7C. Windows color (decimal): -12416804 or 14452802. OLE color: 14452802.
HSL color Cylindrical-coordinate representation of color #4288DC: hue angle of 212.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4288DC is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 136 | 220 | - |
| CMYK | 0.7 | 0.38 | 0 | 0.14 |
| HSL | 212.73º | 0.69% | 0.56% | - |
| HSV(B) | 212.73º | 0.7% | 0.86% | - |
| XYZ | 23.97 | 23.93 | 71.07 | - |
| YUV | 124.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 220 | 0.7 | 0.38 | 0 | 0.14 | 212.73 | 0.69 | 0.56 |
| Hex | 42 | 88 | DC | 46 | 26 | 0 | E | D5 | 45 | 38 |
| Octal | 102 | 210 | 334 | 106 | 46 | 0 | 16 | 325 | 105 | 70 |
| Binary | 1000010 | 10001000 | 11011100 | 1000110 | 100110 | 0 | 1110 | 11010101 | 1000101 | 111000 |
Color Harmonies of #4288DC
Complementary color
Monochromatic Colors of #4288DC
Black with #4288DC
Text Example
Text Example
White with #4288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288DC; }
p { color: rgb(66,136,220); }
H1.HeaderClassName
{
color: #4288DC;
}
.AnyTagClassName
{
color: #4288DC;
}
</style>
background-color css
<style>
a { background-color: #4288DC; }
a { background-color: rgb(66,136,220); }
div.DivClassName
{
background-color: #4288DC;
}
.BgClassName
{
background-color: #4288DC;
}
</style>
border-color css
<style>
span { border-color: #4288DC; }
span { border-color: rgb(66,136,220); }
td.TdClassName
{
border-color: #4288DC;
}
.TagClassName
{
border-color: #4288DC;
}
</style>