Shades of Havelock Blue #5088DA
Tints of Havelock Blue #5088DA
RGB
CMYK
RGB Variations
Color information
#5088DA (or 0x5088DA) is known color: Havelock Blue. HEX triplet: 50, 88 and DA. RGB value is (80,136,218). Sum of RGB (Red+Green+Blue) = 80+136+218=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #5088DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088DA is #AF7725. Grayscale: #808080. Windows color (decimal): -11499302 or 14321744. OLE color: 14321744.
HSL color Cylindrical-coordinate representation of color #5088DA: hue angle of 215.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5088DA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 136 | 218 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.15 |
| HSL | 215.65º | 0.65% | 0.58% | - |
| HSV(B) | 215.65º | 0.63% | 0.85% | - |
| XYZ | 24.77 | 24.38 | 69.73 | - |
| YUV | 128.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 218 | 0.63 | 0.38 | 0 | 0.15 | 215.65 | 0.65 | 0.58 |
| Hex | 50 | 88 | DA | 3F | 26 | 0 | F | D8 | 41 | 3A |
| Octal | 120 | 210 | 332 | 77 | 46 | 0 | 17 | 330 | 101 | 72 |
| Binary | 1010000 | 10001000 | 11011010 | 111111 | 100110 | 0 | 1111 | 11011000 | 1000001 | 111010 |
Color Harmonies of #5088DA
Complementary color
Monochromatic Colors of #5088DA
Black with #5088DA
Text Example
Text Example
White with #5088DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088DA; }
p { color: rgb(80,136,218); }
H1.HeaderClassName
{
color: #5088DA;
}
.AnyTagClassName
{
color: #5088DA;
}
</style>
background-color css
<style>
a { background-color: #5088DA; }
a { background-color: rgb(80,136,218); }
div.DivClassName
{
background-color: #5088DA;
}
.BgClassName
{
background-color: #5088DA;
}
</style>
border-color css
<style>
span { border-color: #5088DA; }
span { border-color: rgb(80,136,218); }
td.TdClassName
{
border-color: #5088DA;
}
.TagClassName
{
border-color: #5088DA;
}
</style>