Shades of Havelock Blue #4288D6
Tints of Havelock Blue #4288D6
RGB
CMYK
RGB Variations
Color information
#4288D6 (or 0x4288D6) is known color: Havelock Blue. HEX triplet: 42, 88 and D6. RGB value is (66,136,214). Sum of RGB (Red+Green+Blue) = 66+136+214=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #4288D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4288D6 is #BD7729. Grayscale: #7B7B7B. Windows color (decimal): -12416810 or 14059586. OLE color: 14059586.
HSL color Cylindrical-coordinate representation of color #4288D6: hue angle of 211.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4288D6 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 136 | 214 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.16 |
| HSL | 211.62º | 0.64% | 0.55% | - |
| HSV(B) | 211.62º | 0.69% | 0.84% | - |
| XYZ | 23.19 | 23.62 | 66.96 | - |
| YUV | 123.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 214 | 0.69 | 0.36 | 0 | 0.16 | 211.62 | 0.64 | 0.55 |
| Hex | 42 | 88 | D6 | 45 | 24 | 0 | 10 | D4 | 40 | 37 |
| Octal | 102 | 210 | 326 | 105 | 44 | 0 | 20 | 324 | 100 | 67 |
| Binary | 1000010 | 10001000 | 11010110 | 1000101 | 100100 | 0 | 10000 | 11010100 | 1000000 | 110111 |
Color Harmonies of #4288D6
Complementary color
Monochromatic Colors of #4288D6
Black with #4288D6
Text Example
Text Example
White with #4288D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288D6; }
p { color: rgb(66,136,214); }
H1.HeaderClassName
{
color: #4288D6;
}
.AnyTagClassName
{
color: #4288D6;
}
</style>
background-color css
<style>
a { background-color: #4288D6; }
a { background-color: rgb(66,136,214); }
div.DivClassName
{
background-color: #4288D6;
}
.BgClassName
{
background-color: #4288D6;
}
</style>
border-color css
<style>
span { border-color: #4288D6; }
span { border-color: rgb(66,136,214); }
td.TdClassName
{
border-color: #4288D6;
}
.TagClassName
{
border-color: #4288D6;
}
</style>