Shades of Havelock Blue #517FD1
Tints of Havelock Blue #517FD1
RGB
CMYK
RGB Variations
Color information
#517FD1 (or 0x517FD1) is known color: Havelock Blue. HEX triplet: 51, 7F and D1. RGB value is (81,127,209). Sum of RGB (Red+Green+Blue) = 81+127+209=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #517FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FD1 is #AE802E. Grayscale: #7A7A7A. Windows color (decimal): -11436079 or 13729617. OLE color: 13729617.
HSL color Cylindrical-coordinate representation of color #517FD1: hue angle of 218.44º degrees, saturation: 0.58, 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 #517FD1 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 127 | 209 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.18 |
| HSL | 218.44º | 0.58% | 0.57% | - |
| HSV(B) | 218.44º | 0.61% | 0.82% | - |
| XYZ | 22.49 | 21.53 | 63.29 | - |
| YUV | 122.59 | 176.76 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 209 | 0.61 | 0.39 | 0 | 0.18 | 218.44 | 0.58 | 0.57 |
| Hex | 51 | 7F | D1 | 3D | 27 | 0 | 12 | DA | 3A | 39 |
| Octal | 121 | 177 | 321 | 75 | 47 | 0 | 22 | 332 | 72 | 71 |
| Binary | 1010001 | 1111111 | 11010001 | 111101 | 100111 | 0 | 10010 | 11011010 | 111010 | 111001 |
Color Harmonies of #517FD1
Complementary color
Monochromatic Colors of #517FD1
Black with #517FD1
Text Example
Text Example
White with #517FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FD1; }
p { color: rgb(81,127,209); }
H1.HeaderClassName
{
color: #517FD1;
}
.AnyTagClassName
{
color: #517FD1;
}
</style>
background-color css
<style>
a { background-color: #517FD1; }
a { background-color: rgb(81,127,209); }
div.DivClassName
{
background-color: #517FD1;
}
.BgClassName
{
background-color: #517FD1;
}
</style>
border-color css
<style>
span { border-color: #517FD1; }
span { border-color: rgb(81,127,209); }
td.TdClassName
{
border-color: #517FD1;
}
.TagClassName
{
border-color: #517FD1;
}
</style>