Shades of Havelock Blue #518DCE
Tints of Havelock Blue #518DCE
RGB
CMYK
RGB Variations
Color information
#518DCE (or 0x518DCE) is known color: Havelock Blue. HEX triplet: 51, 8D and CE. RGB value is (81,141,206). Sum of RGB (Red+Green+Blue) = 81+141+206=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #518DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCE is #AE7231. Grayscale: #828282. Windows color (decimal): -11432498 or 13536593. OLE color: 13536593.
HSL color Cylindrical-coordinate representation of color #518DCE: hue angle of 211.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518DCE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 141 | 206 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.19 |
| HSL | 211.2º | 0.56% | 0.56% | - |
| HSV(B) | 211.2º | 0.61% | 0.81% | - |
| XYZ | 24.06 | 25.26 | 62 | - |
| YUV | 130.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 206 | 0.61 | 0.32 | 0 | 0.19 | 211.2 | 0.56 | 0.56 |
| Hex | 51 | 8D | CE | 3D | 20 | 0 | 13 | D3 | 38 | 38 |
| Octal | 121 | 215 | 316 | 75 | 40 | 0 | 23 | 323 | 70 | 70 |
| Binary | 1010001 | 10001101 | 11001110 | 111101 | 100000 | 0 | 10011 | 11010011 | 111000 | 111000 |
Color Harmonies of #518DCE
Complementary color
Monochromatic Colors of #518DCE
Black with #518DCE
Text Example
Text Example
White with #518DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DCE; }
p { color: rgb(81,141,206); }
H1.HeaderClassName
{
color: #518DCE;
}
.AnyTagClassName
{
color: #518DCE;
}
</style>
background-color css
<style>
a { background-color: #518DCE; }
a { background-color: rgb(81,141,206); }
div.DivClassName
{
background-color: #518DCE;
}
.BgClassName
{
background-color: #518DCE;
}
</style>
border-color css
<style>
span { border-color: #518DCE; }
span { border-color: rgb(81,141,206); }
td.TdClassName
{
border-color: #518DCE;
}
.TagClassName
{
border-color: #518DCE;
}
</style>