Shades of Havelock Blue #5084DA
Tints of Havelock Blue #5084DA
RGB
CMYK
RGB Variations
Color information
#5084DA (or 0x5084DA) is known color: Havelock Blue. HEX triplet: 50, 84 and DA. RGB value is (80,132,218). Sum of RGB (Red+Green+Blue) = 80+132+218=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #5084DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5084DA is #AF7B25. Grayscale: #7D7D7D. Windows color (decimal): -11500326 or 14320720. OLE color: 14320720.
HSL color Cylindrical-coordinate representation of color #5084DA: hue angle of 217.39º 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 #5084DA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 132 | 218 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.15 |
| HSL | 217.39º | 0.65% | 0.58% | - |
| HSV(B) | 217.39º | 0.63% | 0.85% | - |
| XYZ | 24.21 | 23.27 | 69.54 | - |
| YUV | 126.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 218 | 0.63 | 0.39 | 0 | 0.15 | 217.39 | 0.65 | 0.58 |
| Hex | 50 | 84 | DA | 3F | 27 | 0 | F | D9 | 41 | 3A |
| Octal | 120 | 204 | 332 | 77 | 47 | 0 | 17 | 331 | 101 | 72 |
| Binary | 1010000 | 10000100 | 11011010 | 111111 | 100111 | 0 | 1111 | 11011001 | 1000001 | 111010 |
Color Harmonies of #5084DA
Complementary color
Monochromatic Colors of #5084DA
Black with #5084DA
Text Example
Text Example
White with #5084DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5084DA; }
p { color: rgb(80,132,218); }
H1.HeaderClassName
{
color: #5084DA;
}
.AnyTagClassName
{
color: #5084DA;
}
</style>
background-color css
<style>
a { background-color: #5084DA; }
a { background-color: rgb(80,132,218); }
div.DivClassName
{
background-color: #5084DA;
}
.BgClassName
{
background-color: #5084DA;
}
</style>
border-color css
<style>
span { border-color: #5084DA; }
span { border-color: rgb(80,132,218); }
td.TdClassName
{
border-color: #5084DA;
}
.TagClassName
{
border-color: #5084DA;
}
</style>