Shades of Havelock Blue #568BD9
Tints of Havelock Blue #568BD9
RGB
CMYK
RGB Variations
Color information
#568BD9 (or 0x568BD9) is known color: Havelock Blue. HEX triplet: 56, 8B and D9. RGB value is (86,139,217). Sum of RGB (Red+Green+Blue) = 86+139+217=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #568BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BD9 is #A97426. Grayscale: #838383. Windows color (decimal): -11105319 or 14256982. OLE color: 14256982.
HSL color Cylindrical-coordinate representation of color #568BD9: hue angle of 215.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #568BD9 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 139 | 217 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.15 |
| HSL | 215.73º | 0.63% | 0.59% | - |
| HSV(B) | 215.73º | 0.6% | 0.85% | - |
| XYZ | 25.59 | 25.45 | 69.21 | - |
| YUV | 132.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 217 | 0.60 | 0.36 | 0 | 0.15 | 215.73 | 0.63 | 0.59 |
| Hex | 56 | 8B | D9 | 3C | 24 | 0 | F | D8 | 3F | 3B |
| Octal | 126 | 213 | 331 | 74 | 44 | 0 | 17 | 330 | 77 | 73 |
| Binary | 1010110 | 10001011 | 11011001 | 111100 | 100100 | 0 | 1111 | 11011000 | 111111 | 111011 |
Color Harmonies of #568BD9
Complementary color
Monochromatic Colors of #568BD9
Black with #568BD9
Text Example
Text Example
White with #568BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BD9; }
p { color: rgb(86,139,217); }
H1.HeaderClassName
{
color: #568BD9;
}
.AnyTagClassName
{
color: #568BD9;
}
</style>
background-color css
<style>
a { background-color: #568BD9; }
a { background-color: rgb(86,139,217); }
div.DivClassName
{
background-color: #568BD9;
}
.BgClassName
{
background-color: #568BD9;
}
</style>
border-color css
<style>
span { border-color: #568BD9; }
span { border-color: rgb(86,139,217); }
td.TdClassName
{
border-color: #568BD9;
}
.TagClassName
{
border-color: #568BD9;
}
</style>