Shades of Havelock Blue #5078CE
Tints of Havelock Blue #5078CE
RGB
CMYK
RGB Variations
Color information
#5078CE (or 0x5078CE) is known color: Havelock Blue. HEX triplet: 50, 78 and CE. RGB value is (80,120,206). Sum of RGB (Red+Green+Blue) = 80+120+206=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5078CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078CE is #AF8731. Grayscale: #757575. Windows color (decimal): -11503410 or 13531216. OLE color: 13531216.
HSL color Cylindrical-coordinate representation of color #5078CE: hue angle of 220.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5078CE is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 120 | 206 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.19 |
| HSL | 220.95º | 0.56% | 0.56% | - |
| HSV(B) | 220.95º | 0.61% | 0.81% | - |
| XYZ | 21.17 | 19.59 | 61.06 | - |
| YUV | 117.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 206 | 0.61 | 0.42 | 0 | 0.19 | 220.95 | 0.56 | 0.56 |
| Hex | 50 | 78 | CE | 3D | 2A | 0 | 13 | DD | 38 | 38 |
| Octal | 120 | 170 | 316 | 75 | 52 | 0 | 23 | 335 | 70 | 70 |
| Binary | 1010000 | 1111000 | 11001110 | 111101 | 101010 | 0 | 10011 | 11011101 | 111000 | 111000 |
Color Harmonies of #5078CE
Complementary color
Monochromatic Colors of #5078CE
Black with #5078CE
Text Example
Text Example
White with #5078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078CE; }
p { color: rgb(80,120,206); }
H1.HeaderClassName
{
color: #5078CE;
}
.AnyTagClassName
{
color: #5078CE;
}
</style>
background-color css
<style>
a { background-color: #5078CE; }
a { background-color: rgb(80,120,206); }
div.DivClassName
{
background-color: #5078CE;
}
.BgClassName
{
background-color: #5078CE;
}
</style>
border-color css
<style>
span { border-color: #5078CE; }
span { border-color: rgb(80,120,206); }
td.TdClassName
{
border-color: #5078CE;
}
.TagClassName
{
border-color: #5078CE;
}
</style>