Shades of Havelock Blue #5087CA
Tints of Havelock Blue #5087CA
RGB
CMYK
RGB Variations
Color information
#5087CA (or 0x5087CA) is known color: Havelock Blue. HEX triplet: 50, 87 and CA. RGB value is (80,135,202). Sum of RGB (Red+Green+Blue) = 80+135+202=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #5087CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087CA is #AF7835. Grayscale: #7D7D7D. Windows color (decimal): -11499574 or 13272912. OLE color: 13272912.
HSL color Cylindrical-coordinate representation of color #5087CA: hue angle of 212.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5087CA is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 135 | 202 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.21 |
| HSL | 212.95º | 0.54% | 0.55% | - |
| HSV(B) | 212.95º | 0.6% | 0.79% | - |
| XYZ | 22.63 | 23.3 | 59.18 | - |
| YUV | 126.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 202 | 0.60 | 0.33 | 0 | 0.21 | 212.95 | 0.54 | 0.55 |
| Hex | 50 | 87 | CA | 3C | 21 | 0 | 15 | D5 | 36 | 37 |
| Octal | 120 | 207 | 312 | 74 | 41 | 0 | 25 | 325 | 66 | 67 |
| Binary | 1010000 | 10000111 | 11001010 | 111100 | 100001 | 0 | 10101 | 11010101 | 110110 | 110111 |
Color Harmonies of #5087CA
Complementary color
Monochromatic Colors of #5087CA
Black with #5087CA
Text Example
Text Example
White with #5087CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087CA; }
p { color: rgb(80,135,202); }
H1.HeaderClassName
{
color: #5087CA;
}
.AnyTagClassName
{
color: #5087CA;
}
</style>
background-color css
<style>
a { background-color: #5087CA; }
a { background-color: rgb(80,135,202); }
div.DivClassName
{
background-color: #5087CA;
}
.BgClassName
{
background-color: #5087CA;
}
</style>
border-color css
<style>
span { border-color: #5087CA; }
span { border-color: rgb(80,135,202); }
td.TdClassName
{
border-color: #5087CA;
}
.TagClassName
{
border-color: #5087CA;
}
</style>