Shades of Havelock Blue #487DD0
Tints of Havelock Blue #487DD0
RGB
CMYK
RGB Variations
Color information
#487DD0 (or 0x487DD0) is known color: Havelock Blue. HEX triplet: 48, 7D and D0. RGB value is (72,125,208). Sum of RGB (Red+Green+Blue) = 72+125+208=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #487DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DD0 is #B7822F. Grayscale: #767676. Windows color (decimal): -12026416 or 13663560. OLE color: 13663560.
HSL color Cylindrical-coordinate representation of color #487DD0: hue angle of 216.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487DD0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 125 | 208 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.18 |
| HSL | 216.62º | 0.59% | 0.55% | - |
| HSV(B) | 216.62º | 0.65% | 0.82% | - |
| XYZ | 21.39 | 20.6 | 62.52 | - |
| YUV | 118.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 208 | 0.65 | 0.40 | 0 | 0.18 | 216.62 | 0.59 | 0.55 |
| Hex | 48 | 7D | D0 | 41 | 28 | 0 | 12 | D9 | 3B | 37 |
| Octal | 110 | 175 | 320 | 101 | 50 | 0 | 22 | 331 | 73 | 67 |
| Binary | 1001000 | 1111101 | 11010000 | 1000001 | 101000 | 0 | 10010 | 11011001 | 111011 | 110111 |
Color Harmonies of #487DD0
Complementary color
Monochromatic Colors of #487DD0
Black with #487DD0
Text Example
Text Example
White with #487DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DD0; }
p { color: rgb(72,125,208); }
H1.HeaderClassName
{
color: #487DD0;
}
.AnyTagClassName
{
color: #487DD0;
}
</style>
background-color css
<style>
a { background-color: #487DD0; }
a { background-color: rgb(72,125,208); }
div.DivClassName
{
background-color: #487DD0;
}
.BgClassName
{
background-color: #487DD0;
}
</style>
border-color css
<style>
span { border-color: #487DD0; }
span { border-color: rgb(72,125,208); }
td.TdClassName
{
border-color: #487DD0;
}
.TagClassName
{
border-color: #487DD0;
}
</style>