Shades of Havelock Blue #5280DB
Tints of Havelock Blue #5280DB
RGB
CMYK
RGB Variations
Color information
#5280DB (or 0x5280DB) is known color: Havelock Blue. HEX triplet: 52, 80 and DB. RGB value is (82,128,219). Sum of RGB (Red+Green+Blue) = 82+128+219=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #5280DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280DB is #AD7F24. Grayscale: #7C7C7C. Windows color (decimal): -11370277 or 14385234. OLE color: 14385234.
HSL color Cylindrical-coordinate representation of color #5280DB: hue angle of 219.85º 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 #5280DB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 128 | 219 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.14 |
| HSL | 219.85º | 0.66% | 0.59% | - |
| HSV(B) | 219.85º | 0.63% | 0.86% | - |
| XYZ | 23.99 | 22.35 | 70.07 | - |
| YUV | 124.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 219 | 0.63 | 0.42 | 0 | 0.14 | 219.85 | 0.66 | 0.59 |
| Hex | 52 | 80 | DB | 3F | 2A | 0 | E | DC | 42 | 3B |
| Octal | 122 | 200 | 333 | 77 | 52 | 0 | 16 | 334 | 102 | 73 |
| Binary | 1010010 | 10000000 | 11011011 | 111111 | 101010 | 0 | 1110 | 11011100 | 1000010 | 111011 |
Color Harmonies of #5280DB
Complementary color
Monochromatic Colors of #5280DB
Black with #5280DB
Text Example
Text Example
White with #5280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280DB; }
p { color: rgb(82,128,219); }
H1.HeaderClassName
{
color: #5280DB;
}
.AnyTagClassName
{
color: #5280DB;
}
</style>
background-color css
<style>
a { background-color: #5280DB; }
a { background-color: rgb(82,128,219); }
div.DivClassName
{
background-color: #5280DB;
}
.BgClassName
{
background-color: #5280DB;
}
</style>
border-color css
<style>
span { border-color: #5280DB; }
span { border-color: rgb(82,128,219); }
td.TdClassName
{
border-color: #5280DB;
}
.TagClassName
{
border-color: #5280DB;
}
</style>