Shades of Havelock Blue #5088DB
Tints of Havelock Blue #5088DB
RGB
CMYK
RGB Variations
Color information
#5088DB (or 0x5088DB) is known color: Havelock Blue. HEX triplet: 50, 88 and DB. RGB value is (80,136,219). Sum of RGB (Red+Green+Blue) = 80+136+219=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5088DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088DB is #AF7724. Grayscale: #808080. Windows color (decimal): -11499301 or 14387280. OLE color: 14387280.
HSL color Cylindrical-coordinate representation of color #5088DB: hue angle of 215.83º 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 #5088DB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 136 | 219 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.14 |
| HSL | 215.83º | 0.66% | 0.59% | - |
| HSV(B) | 215.83º | 0.63% | 0.86% | - |
| XYZ | 24.9 | 24.43 | 70.42 | - |
| YUV | 128.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 219 | 0.63 | 0.38 | 0 | 0.14 | 215.83 | 0.66 | 0.59 |
| Hex | 50 | 88 | DB | 3F | 26 | 0 | E | D8 | 42 | 3B |
| Octal | 120 | 210 | 333 | 77 | 46 | 0 | 16 | 330 | 102 | 73 |
| Binary | 1010000 | 10001000 | 11011011 | 111111 | 100110 | 0 | 1110 | 11011000 | 1000010 | 111011 |
Color Harmonies of #5088DB
Complementary color
Monochromatic Colors of #5088DB
Black with #5088DB
Text Example
Text Example
White with #5088DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088DB; }
p { color: rgb(80,136,219); }
H1.HeaderClassName
{
color: #5088DB;
}
.AnyTagClassName
{
color: #5088DB;
}
</style>
background-color css
<style>
a { background-color: #5088DB; }
a { background-color: rgb(80,136,219); }
div.DivClassName
{
background-color: #5088DB;
}
.BgClassName
{
background-color: #5088DB;
}
</style>
border-color css
<style>
span { border-color: #5088DB; }
span { border-color: rgb(80,136,219); }
td.TdClassName
{
border-color: #5088DB;
}
.TagClassName
{
border-color: #5088DB;
}
</style>