Shades of Havelock Blue #5470CB
Tints of Havelock Blue #5470CB
RGB
CMYK
RGB Variations
Color information
#5470CB (or 0x5470CB) is known color: Havelock Blue. HEX triplet: 54, 70 and CB. RGB value is (84,112,203). Sum of RGB (Red+Green+Blue) = 84+112+203=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #5470CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470CB is #AB8F34. Grayscale: #717171. Windows color (decimal): -11243317 or 13332564. OLE color: 13332564.
HSL color Cylindrical-coordinate representation of color #5470CB: hue angle of 225.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5470CB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 112 | 203 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.20 |
| HSL | 225.88º | 0.53% | 0.56% | - |
| HSV(B) | 225.88º | 0.59% | 0.8% | - |
| XYZ | 20.23 | 17.78 | 58.87 | - |
| YUV | 114 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 203 | 0.59 | 0.45 | 0 | 0.20 | 225.88 | 0.53 | 0.56 |
| Hex | 54 | 70 | CB | 3B | 2D | 0 | 14 | E2 | 35 | 38 |
| Octal | 124 | 160 | 313 | 73 | 55 | 0 | 24 | 342 | 65 | 70 |
| Binary | 1010100 | 1110000 | 11001011 | 111011 | 101101 | 0 | 10100 | 11100010 | 110101 | 111000 |
Color Harmonies of #5470CB
Complementary color
Monochromatic Colors of #5470CB
Black with #5470CB
Text Example
Text Example
White with #5470CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5470CB; }
p { color: rgb(84,112,203); }
H1.HeaderClassName
{
color: #5470CB;
}
.AnyTagClassName
{
color: #5470CB;
}
</style>
background-color css
<style>
a { background-color: #5470CB; }
a { background-color: rgb(84,112,203); }
div.DivClassName
{
background-color: #5470CB;
}
.BgClassName
{
background-color: #5470CB;
}
</style>
border-color css
<style>
span { border-color: #5470CB; }
span { border-color: rgb(84,112,203); }
td.TdClassName
{
border-color: #5470CB;
}
.TagClassName
{
border-color: #5470CB;
}
</style>