Shades of Havelock Blue #5070CA
Tints of Havelock Blue #5070CA
RGB
CMYK
RGB Variations
Color information
#5070CA (or 0x5070CA) is known color: Havelock Blue. HEX triplet: 50, 70 and CA. RGB value is (80,112,202). Sum of RGB (Red+Green+Blue) = 80+112+202=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #5070CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070CA is #AF8F35. Grayscale: #707070. Windows color (decimal): -11505462 or 13267024. OLE color: 13267024.
HSL color Cylindrical-coordinate representation of color #5070CA: hue angle of 224.26º 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 #5070CA is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 112 | 202 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.21 |
| HSL | 224.26º | 0.54% | 0.55% | - |
| HSV(B) | 224.26º | 0.6% | 0.79% | - |
| XYZ | 19.76 | 17.56 | 58.22 | - |
| YUV | 112.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 202 | 0.60 | 0.45 | 0 | 0.21 | 224.26 | 0.54 | 0.55 |
| Hex | 50 | 70 | CA | 3C | 2D | 0 | 15 | E0 | 36 | 37 |
| Octal | 120 | 160 | 312 | 74 | 55 | 0 | 25 | 340 | 66 | 67 |
| Binary | 1010000 | 1110000 | 11001010 | 111100 | 101101 | 0 | 10101 | 11100000 | 110110 | 110111 |
Color Harmonies of #5070CA
Complementary color
Monochromatic Colors of #5070CA
Black with #5070CA
Text Example
Text Example
White with #5070CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070CA; }
p { color: rgb(80,112,202); }
H1.HeaderClassName
{
color: #5070CA;
}
.AnyTagClassName
{
color: #5070CA;
}
</style>
background-color css
<style>
a { background-color: #5070CA; }
a { background-color: rgb(80,112,202); }
div.DivClassName
{
background-color: #5070CA;
}
.BgClassName
{
background-color: #5070CA;
}
</style>
border-color css
<style>
span { border-color: #5070CA; }
span { border-color: rgb(80,112,202); }
td.TdClassName
{
border-color: #5070CA;
}
.TagClassName
{
border-color: #5070CA;
}
</style>