Shades of Havelock Blue #568AD0
Tints of Havelock Blue #568AD0
RGB
CMYK
RGB Variations
Color information
#568AD0 (or 0x568AD0) is known color: Havelock Blue. HEX triplet: 56, 8A and D0. RGB value is (86,138,208). Sum of RGB (Red+Green+Blue) = 86+138+208=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #568AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AD0 is #A9752F. Grayscale: #828282. Windows color (decimal): -11105584 or 13666902. OLE color: 13666902.
HSL color Cylindrical-coordinate representation of color #568AD0: hue angle of 214.43º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #568AD0 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 138 | 208 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.18 |
| HSL | 214.43º | 0.56% | 0.58% | - |
| HSV(B) | 214.43º | 0.59% | 0.82% | - |
| XYZ | 24.31 | 24.71 | 63.16 | - |
| YUV | 130.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 208 | 0.59 | 0.34 | 0 | 0.18 | 214.43 | 0.56 | 0.58 |
| Hex | 56 | 8A | D0 | 3B | 22 | 0 | 12 | D6 | 38 | 3A |
| Octal | 126 | 212 | 320 | 73 | 42 | 0 | 22 | 326 | 70 | 72 |
| Binary | 1010110 | 10001010 | 11010000 | 111011 | 100010 | 0 | 10010 | 11010110 | 111000 | 111010 |
Color Harmonies of #568AD0
Complementary color
Monochromatic Colors of #568AD0
Black with #568AD0
Text Example
Text Example
White with #568AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AD0; }
p { color: rgb(86,138,208); }
H1.HeaderClassName
{
color: #568AD0;
}
.AnyTagClassName
{
color: #568AD0;
}
</style>
background-color css
<style>
a { background-color: #568AD0; }
a { background-color: rgb(86,138,208); }
div.DivClassName
{
background-color: #568AD0;
}
.BgClassName
{
background-color: #568AD0;
}
</style>
border-color css
<style>
span { border-color: #568AD0; }
span { border-color: rgb(86,138,208); }
td.TdClassName
{
border-color: #568AD0;
}
.TagClassName
{
border-color: #568AD0;
}
</style>