Shades of Havelock Blue #5086DD
Tints of Havelock Blue #5086DD
RGB
CMYK
RGB Variations
Color information
#5086DD (or 0x5086DD) is known color: Havelock Blue. HEX triplet: 50, 86 and DD. RGB value is (80,134,221). Sum of RGB (Red+Green+Blue) = 80+134+221=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #5086DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086DD is #AF7922. Grayscale: #7F7F7F. Windows color (decimal): -11499811 or 14517840. OLE color: 14517840.
HSL color Cylindrical-coordinate representation of color #5086DD: hue angle of 217.02º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5086DD is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 134 | 221 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.13 |
| HSL | 217.02º | 0.67% | 0.59% | - |
| HSV(B) | 217.02º | 0.64% | 0.87% | - |
| XYZ | 24.88 | 23.98 | 71.72 | - |
| YUV | 127.77 | 180.61 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 221 | 0.64 | 0.39 | 0 | 0.13 | 217.02 | 0.67 | 0.59 |
| Hex | 50 | 86 | DD | 40 | 27 | 0 | D | D9 | 43 | 3B |
| Octal | 120 | 206 | 335 | 100 | 47 | 0 | 15 | 331 | 103 | 73 |
| Binary | 1010000 | 10000110 | 11011101 | 1000000 | 100111 | 0 | 1101 | 11011001 | 1000011 | 111011 |
Color Harmonies of #5086DD
Complementary color
Monochromatic Colors of #5086DD
Black with #5086DD
Text Example
Text Example
White with #5086DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086DD; }
p { color: rgb(80,134,221); }
H1.HeaderClassName
{
color: #5086DD;
}
.AnyTagClassName
{
color: #5086DD;
}
</style>
background-color css
<style>
a { background-color: #5086DD; }
a { background-color: rgb(80,134,221); }
div.DivClassName
{
background-color: #5086DD;
}
.BgClassName
{
background-color: #5086DD;
}
</style>
border-color css
<style>
span { border-color: #5086DD; }
span { border-color: rgb(80,134,221); }
td.TdClassName
{
border-color: #5086DD;
}
.TagClassName
{
border-color: #5086DD;
}
</style>