Shades of Havelock Blue #4286DA
Tints of Havelock Blue #4286DA
RGB
CMYK
RGB Variations
Color information
#4286DA (or 0x4286DA) is known color: Havelock Blue. HEX triplet: 42, 86 and DA. RGB value is (66,134,218). Sum of RGB (Red+Green+Blue) = 66+134+218=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #4286DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286DA is #BD7925. Grayscale: #7A7A7A. Windows color (decimal): -12417318 or 14321218. OLE color: 14321218.
HSL color Cylindrical-coordinate representation of color #4286DA: hue angle of 213.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4286DA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 134 | 218 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.15 |
| HSL | 213.16º | 0.67% | 0.56% | - |
| HSV(B) | 213.16º | 0.7% | 0.85% | - |
| XYZ | 23.43 | 23.27 | 69.59 | - |
| YUV | 123.24 | 181.47 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 218 | 0.70 | 0.39 | 0 | 0.15 | 213.16 | 0.67 | 0.56 |
| Hex | 42 | 86 | DA | 46 | 27 | 0 | F | D5 | 43 | 38 |
| Octal | 102 | 206 | 332 | 106 | 47 | 0 | 17 | 325 | 103 | 70 |
| Binary | 1000010 | 10000110 | 11011010 | 1000110 | 100111 | 0 | 1111 | 11010101 | 1000011 | 111000 |
Color Harmonies of #4286DA
Complementary color
Monochromatic Colors of #4286DA
Black with #4286DA
Text Example
Text Example
White with #4286DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286DA; }
p { color: rgb(66,134,218); }
H1.HeaderClassName
{
color: #4286DA;
}
.AnyTagClassName
{
color: #4286DA;
}
</style>
background-color css
<style>
a { background-color: #4286DA; }
a { background-color: rgb(66,134,218); }
div.DivClassName
{
background-color: #4286DA;
}
.BgClassName
{
background-color: #4286DA;
}
</style>
border-color css
<style>
span { border-color: #4286DA; }
span { border-color: rgb(66,134,218); }
td.TdClassName
{
border-color: #4286DA;
}
.TagClassName
{
border-color: #4286DA;
}
</style>