Shades of Havelock Blue #5080DA
Tints of Havelock Blue #5080DA
RGB
CMYK
RGB Variations
Color information
#5080DA (or 0x5080DA) is known color: Havelock Blue. HEX triplet: 50, 80 and DA. RGB value is (80,128,218). Sum of RGB (Red+Green+Blue) = 80+128+218=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #5080DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080DA is #AF7F25. Grayscale: #7B7B7B. Windows color (decimal): -11501350 or 14319696. OLE color: 14319696.
HSL color Cylindrical-coordinate representation of color #5080DA: hue angle of 219.13º 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 #5080DA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 128 | 218 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.15 |
| HSL | 219.13º | 0.65% | 0.58% | - |
| HSV(B) | 219.13º | 0.63% | 0.85% | - |
| XYZ | 23.68 | 22.21 | 69.37 | - |
| YUV | 123.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 218 | 0.63 | 0.41 | 0 | 0.15 | 219.13 | 0.65 | 0.58 |
| Hex | 50 | 80 | DA | 3F | 29 | 0 | F | DB | 41 | 3A |
| Octal | 120 | 200 | 332 | 77 | 51 | 0 | 17 | 333 | 101 | 72 |
| Binary | 1010000 | 10000000 | 11011010 | 111111 | 101001 | 0 | 1111 | 11011011 | 1000001 | 111010 |
Color Harmonies of #5080DA
Complementary color
Monochromatic Colors of #5080DA
Black with #5080DA
Text Example
Text Example
White with #5080DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080DA; }
p { color: rgb(80,128,218); }
H1.HeaderClassName
{
color: #5080DA;
}
.AnyTagClassName
{
color: #5080DA;
}
</style>
background-color css
<style>
a { background-color: #5080DA; }
a { background-color: rgb(80,128,218); }
div.DivClassName
{
background-color: #5080DA;
}
.BgClassName
{
background-color: #5080DA;
}
</style>
border-color css
<style>
span { border-color: #5080DA; }
span { border-color: rgb(80,128,218); }
td.TdClassName
{
border-color: #5080DA;
}
.TagClassName
{
border-color: #5080DA;
}
</style>