Shades of Havelock Blue #5081DD
Tints of Havelock Blue #5081DD
RGB
CMYK
RGB Variations
Color information
#5081DD (or 0x5081DD) is known color: Havelock Blue. HEX triplet: 50, 81 and DD. RGB value is (80,129,221). Sum of RGB (Red+Green+Blue) = 80+129+221=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #5081DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081DD is #AF7E22. Grayscale: #7C7C7C. Windows color (decimal): -11501091 or 14516560. OLE color: 14516560.
HSL color Cylindrical-coordinate representation of color #5081DD: hue angle of 219.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5081DD is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 129 | 221 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.13 |
| HSL | 219.15º | 0.67% | 0.59% | - |
| HSV(B) | 219.15º | 0.64% | 0.87% | - |
| XYZ | 24.21 | 22.63 | 71.5 | - |
| YUV | 124.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 221 | 0.64 | 0.42 | 0 | 0.13 | 219.15 | 0.67 | 0.59 |
| Hex | 50 | 81 | DD | 40 | 2A | 0 | D | DB | 43 | 3B |
| Octal | 120 | 201 | 335 | 100 | 52 | 0 | 15 | 333 | 103 | 73 |
| Binary | 1010000 | 10000001 | 11011101 | 1000000 | 101010 | 0 | 1101 | 11011011 | 1000011 | 111011 |
Color Harmonies of #5081DD
Complementary color
Monochromatic Colors of #5081DD
Black with #5081DD
Text Example
Text Example
White with #5081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5081DD; }
p { color: rgb(80,129,221); }
H1.HeaderClassName
{
color: #5081DD;
}
.AnyTagClassName
{
color: #5081DD;
}
</style>
background-color css
<style>
a { background-color: #5081DD; }
a { background-color: rgb(80,129,221); }
div.DivClassName
{
background-color: #5081DD;
}
.BgClassName
{
background-color: #5081DD;
}
</style>
border-color css
<style>
span { border-color: #5081DD; }
span { border-color: rgb(80,129,221); }
td.TdClassName
{
border-color: #5081DD;
}
.TagClassName
{
border-color: #5081DD;
}
</style>