Shades of Havelock Blue #5087DB
Tints of Havelock Blue #5087DB
RGB
CMYK
RGB Variations
Color information
#5087DB (or 0x5087DB) is known color: Havelock Blue. HEX triplet: 50, 87 and DB. RGB value is (80,135,219). Sum of RGB (Red+Green+Blue) = 80+135+219=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #5087DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087DB is #AF7824. Grayscale: #7F7F7F. Windows color (decimal): -11499557 or 14387024. OLE color: 14387024.
HSL color Cylindrical-coordinate representation of color #5087DB: hue angle of 216.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5087DB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 135 | 219 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.14 |
| HSL | 216.26º | 0.66% | 0.59% | - |
| HSV(B) | 216.26º | 0.63% | 0.86% | - |
| XYZ | 24.76 | 24.15 | 70.37 | - |
| YUV | 128.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 219 | 0.63 | 0.38 | 0 | 0.14 | 216.26 | 0.66 | 0.59 |
| Hex | 50 | 87 | DB | 3F | 26 | 0 | E | D8 | 42 | 3B |
| Octal | 120 | 207 | 333 | 77 | 46 | 0 | 16 | 330 | 102 | 73 |
| Binary | 1010000 | 10000111 | 11011011 | 111111 | 100110 | 0 | 1110 | 11011000 | 1000010 | 111011 |
Color Harmonies of #5087DB
Complementary color
Monochromatic Colors of #5087DB
Black with #5087DB
Text Example
Text Example
White with #5087DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087DB; }
p { color: rgb(80,135,219); }
H1.HeaderClassName
{
color: #5087DB;
}
.AnyTagClassName
{
color: #5087DB;
}
</style>
background-color css
<style>
a { background-color: #5087DB; }
a { background-color: rgb(80,135,219); }
div.DivClassName
{
background-color: #5087DB;
}
.BgClassName
{
background-color: #5087DB;
}
</style>
border-color css
<style>
span { border-color: #5087DB; }
span { border-color: rgb(80,135,219); }
td.TdClassName
{
border-color: #5087DB;
}
.TagClassName
{
border-color: #5087DB;
}
</style>