Shades of Havelock Blue #518ED0
Tints of Havelock Blue #518ED0
RGB
CMYK
RGB Variations
Color information
#518ED0 (or 0x518ED0) is known color: Havelock Blue. HEX triplet: 51, 8E and D0. RGB value is (81,142,208). Sum of RGB (Red+Green+Blue) = 81+142+208=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #518ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED0 is #AE712F. Grayscale: #828282. Windows color (decimal): -11432240 or 13667921. OLE color: 13667921.
HSL color Cylindrical-coordinate representation of color #518ED0: hue angle of 211.18º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518ED0 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 142 | 208 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.18 |
| HSL | 211.18º | 0.57% | 0.57% | - |
| HSV(B) | 211.18º | 0.61% | 0.82% | - |
| XYZ | 24.45 | 25.65 | 63.34 | - |
| YUV | 131.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 208 | 0.61 | 0.32 | 0 | 0.18 | 211.18 | 0.57 | 0.57 |
| Hex | 51 | 8E | D0 | 3D | 20 | 0 | 12 | D3 | 39 | 39 |
| Octal | 121 | 216 | 320 | 75 | 40 | 0 | 22 | 323 | 71 | 71 |
| Binary | 1010001 | 10001110 | 11010000 | 111101 | 100000 | 0 | 10010 | 11010011 | 111001 | 111001 |
Color Harmonies of #518ED0
Complementary color
Monochromatic Colors of #518ED0
Black with #518ED0
Text Example
Text Example
White with #518ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ED0; }
p { color: rgb(81,142,208); }
H1.HeaderClassName
{
color: #518ED0;
}
.AnyTagClassName
{
color: #518ED0;
}
</style>
background-color css
<style>
a { background-color: #518ED0; }
a { background-color: rgb(81,142,208); }
div.DivClassName
{
background-color: #518ED0;
}
.BgClassName
{
background-color: #518ED0;
}
</style>
border-color css
<style>
span { border-color: #518ED0; }
span { border-color: rgb(81,142,208); }
td.TdClassName
{
border-color: #518ED0;
}
.TagClassName
{
border-color: #518ED0;
}
</style>