Shades of Havelock Blue #428BDE
Tints of Havelock Blue #428BDE
RGB
CMYK
RGB Variations
Color information
#428BDE (or 0x428BDE) is known color: Havelock Blue. HEX triplet: 42, 8B and DE. RGB value is (66,139,222). Sum of RGB (Red+Green+Blue) = 66+139+222=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #428BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BDE is #BD7421. Grayscale: #7E7E7E. Windows color (decimal): -12416034 or 14584642. OLE color: 14584642.
HSL color Cylindrical-coordinate representation of color #428BDE: hue angle of 211.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428BDE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 139 | 222 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.13 |
| HSL | 211.92º | 0.7% | 0.56% | - |
| HSV(B) | 211.92º | 0.7% | 0.87% | - |
| XYZ | 24.66 | 24.9 | 72.61 | - |
| YUV | 126.64 | 181.82 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 222 | 0.70 | 0.37 | 0 | 0.13 | 211.92 | 0.7 | 0.56 |
| Hex | 42 | 8B | DE | 46 | 25 | 0 | D | D4 | 46 | 38 |
| Octal | 102 | 213 | 336 | 106 | 45 | 0 | 15 | 324 | 106 | 70 |
| Binary | 1000010 | 10001011 | 11011110 | 1000110 | 100101 | 0 | 1101 | 11010100 | 1000110 | 111000 |
Color Harmonies of #428BDE
Complementary color
Monochromatic Colors of #428BDE
Black with #428BDE
Text Example
Text Example
White with #428BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BDE; }
p { color: rgb(66,139,222); }
H1.HeaderClassName
{
color: #428BDE;
}
.AnyTagClassName
{
color: #428BDE;
}
</style>
background-color css
<style>
a { background-color: #428BDE; }
a { background-color: rgb(66,139,222); }
div.DivClassName
{
background-color: #428BDE;
}
.BgClassName
{
background-color: #428BDE;
}
</style>
border-color css
<style>
span { border-color: #428BDE; }
span { border-color: rgb(66,139,222); }
td.TdClassName
{
border-color: #428BDE;
}
.TagClassName
{
border-color: #428BDE;
}
</style>