Shades of Havelock Blue #517DCF
Tints of Havelock Blue #517DCF
RGB
CMYK
RGB Variations
Color information
#517DCF (or 0x517DCF) is known color: Havelock Blue. HEX triplet: 51, 7D and CF. RGB value is (81,125,207). Sum of RGB (Red+Green+Blue) = 81+125+207=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #517DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DCF is #AE8230. Grayscale: #787878. Windows color (decimal): -11436593 or 13598033. OLE color: 13598033.
HSL color Cylindrical-coordinate representation of color #517DCF: hue angle of 219.05º degrees, saturation: 0.57, 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 #517DCF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 125 | 207 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.19 |
| HSL | 219.05º | 0.57% | 0.56% | - |
| HSV(B) | 219.05º | 0.61% | 0.81% | - |
| XYZ | 21.99 | 20.92 | 61.91 | - |
| YUV | 121.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 207 | 0.61 | 0.40 | 0 | 0.19 | 219.05 | 0.57 | 0.56 |
| Hex | 51 | 7D | CF | 3D | 28 | 0 | 13 | DB | 39 | 38 |
| Octal | 121 | 175 | 317 | 75 | 50 | 0 | 23 | 333 | 71 | 70 |
| Binary | 1010001 | 1111101 | 11001111 | 111101 | 101000 | 0 | 10011 | 11011011 | 111001 | 111000 |
Color Harmonies of #517DCF
Complementary color
Monochromatic Colors of #517DCF
Black with #517DCF
Text Example
Text Example
White with #517DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DCF; }
p { color: rgb(81,125,207); }
H1.HeaderClassName
{
color: #517DCF;
}
.AnyTagClassName
{
color: #517DCF;
}
</style>
background-color css
<style>
a { background-color: #517DCF; }
a { background-color: rgb(81,125,207); }
div.DivClassName
{
background-color: #517DCF;
}
.BgClassName
{
background-color: #517DCF;
}
</style>
border-color css
<style>
span { border-color: #517DCF; }
span { border-color: rgb(81,125,207); }
td.TdClassName
{
border-color: #517DCF;
}
.TagClassName
{
border-color: #517DCF;
}
</style>