Shades of Havelock Blue #428DD7
Tints of Havelock Blue #428DD7
RGB
CMYK
RGB Variations
Color information
#428DD7 (or 0x428DD7) is known color: Havelock Blue. HEX triplet: 42, 8D and D7. RGB value is (66,141,215). Sum of RGB (Red+Green+Blue) = 66+141+215=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #428DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DD7 is #BD7228. Grayscale: #7E7E7E. Windows color (decimal): -12415529 or 14126402. OLE color: 14126402.
HSL color Cylindrical-coordinate representation of color #428DD7: hue angle of 209.8º degrees, saturation: 0.65, 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 #428DD7 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 141 | 215 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.16 |
| HSL | 209.8º | 0.65% | 0.55% | - |
| HSV(B) | 209.8º | 0.69% | 0.84% | - |
| XYZ | 24.04 | 25.11 | 67.87 | - |
| YUV | 127.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 215 | 0.69 | 0.34 | 0 | 0.16 | 209.8 | 0.65 | 0.55 |
| Hex | 42 | 8D | D7 | 45 | 22 | 0 | 10 | D2 | 41 | 37 |
| Octal | 102 | 215 | 327 | 105 | 42 | 0 | 20 | 322 | 101 | 67 |
| Binary | 1000010 | 10001101 | 11010111 | 1000101 | 100010 | 0 | 10000 | 11010010 | 1000001 | 110111 |
Color Harmonies of #428DD7
Complementary color
Monochromatic Colors of #428DD7
Black with #428DD7
Text Example
Text Example
White with #428DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DD7; }
p { color: rgb(66,141,215); }
H1.HeaderClassName
{
color: #428DD7;
}
.AnyTagClassName
{
color: #428DD7;
}
</style>
background-color css
<style>
a { background-color: #428DD7; }
a { background-color: rgb(66,141,215); }
div.DivClassName
{
background-color: #428DD7;
}
.BgClassName
{
background-color: #428DD7;
}
</style>
border-color css
<style>
span { border-color: #428DD7; }
span { border-color: rgb(66,141,215); }
td.TdClassName
{
border-color: #428DD7;
}
.TagClassName
{
border-color: #428DD7;
}
</style>