Shades of Havelock Blue #5085CE
Tints of Havelock Blue #5085CE
RGB
CMYK
RGB Variations
Color information
#5085CE (or 0x5085CE) is known color: Havelock Blue. HEX triplet: 50, 85 and CE. RGB value is (80,133,206). Sum of RGB (Red+Green+Blue) = 80+133+206=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #5085CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085CE is #AF7A31. Grayscale: #7D7D7D. Windows color (decimal): -11500082 or 13534544. OLE color: 13534544.
HSL color Cylindrical-coordinate representation of color #5085CE: hue angle of 214.76º 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 #5085CE is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 133 | 206 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.19 |
| HSL | 214.76º | 0.56% | 0.56% | - |
| HSV(B) | 214.76º | 0.61% | 0.81% | - |
| XYZ | 22.84 | 22.94 | 61.62 | - |
| YUV | 125.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 206 | 0.61 | 0.35 | 0 | 0.19 | 214.76 | 0.56 | 0.56 |
| Hex | 50 | 85 | CE | 3D | 23 | 0 | 13 | D7 | 38 | 38 |
| Octal | 120 | 205 | 316 | 75 | 43 | 0 | 23 | 327 | 70 | 70 |
| Binary | 1010000 | 10000101 | 11001110 | 111101 | 100011 | 0 | 10011 | 11010111 | 111000 | 111000 |
Color Harmonies of #5085CE
Complementary color
Monochromatic Colors of #5085CE
Black with #5085CE
Text Example
Text Example
White with #5085CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085CE; }
p { color: rgb(80,133,206); }
H1.HeaderClassName
{
color: #5085CE;
}
.AnyTagClassName
{
color: #5085CE;
}
</style>
background-color css
<style>
a { background-color: #5085CE; }
a { background-color: rgb(80,133,206); }
div.DivClassName
{
background-color: #5085CE;
}
.BgClassName
{
background-color: #5085CE;
}
</style>
border-color css
<style>
span { border-color: #5085CE; }
span { border-color: rgb(80,133,206); }
td.TdClassName
{
border-color: #5085CE;
}
.TagClassName
{
border-color: #5085CE;
}
</style>