Shades of Havelock Blue #4285DA
Tints of Havelock Blue #4285DA
RGB
CMYK
RGB Variations
Color information
#4285DA (or 0x4285DA) is known color: Havelock Blue. HEX triplet: 42, 85 and DA. RGB value is (66,133,218). Sum of RGB (Red+Green+Blue) = 66+133+218=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 133 (52.34% from 255 or 31.89% 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 #4285DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285DA is #BD7A25. Grayscale: #7A7A7A. Windows color (decimal): -12417574 or 14320962. OLE color: 14320962.
HSL color Cylindrical-coordinate representation of color #4285DA: hue angle of 213.55º 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 #4285DA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 133 | 218 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.15 |
| HSL | 213.55º | 0.67% | 0.56% | - |
| HSV(B) | 213.55º | 0.7% | 0.85% | - |
| XYZ | 23.29 | 23 | 69.54 | - |
| YUV | 122.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 218 | 0.70 | 0.39 | 0 | 0.15 | 213.55 | 0.67 | 0.56 |
| Hex | 42 | 85 | DA | 46 | 27 | 0 | F | D6 | 43 | 38 |
| Octal | 102 | 205 | 332 | 106 | 47 | 0 | 17 | 326 | 103 | 70 |
| Binary | 1000010 | 10000101 | 11011010 | 1000110 | 100111 | 0 | 1111 | 11010110 | 1000011 | 111000 |
Color Harmonies of #4285DA
Complementary color
Monochromatic Colors of #4285DA
Black with #4285DA
Text Example
Text Example
White with #4285DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285DA; }
p { color: rgb(66,133,218); }
H1.HeaderClassName
{
color: #4285DA;
}
.AnyTagClassName
{
color: #4285DA;
}
</style>
background-color css
<style>
a { background-color: #4285DA; }
a { background-color: rgb(66,133,218); }
div.DivClassName
{
background-color: #4285DA;
}
.BgClassName
{
background-color: #4285DA;
}
</style>
border-color css
<style>
span { border-color: #4285DA; }
span { border-color: rgb(66,133,218); }
td.TdClassName
{
border-color: #4285DA;
}
.TagClassName
{
border-color: #4285DA;
}
</style>