Shades of Havelock Blue #487CD1
Tints of Havelock Blue #487CD1
RGB
CMYK
RGB Variations
Color information
#487CD1 (or 0x487CD1) is known color: Havelock Blue. HEX triplet: 48, 7C and D1. RGB value is (72,124,209). Sum of RGB (Red+Green+Blue) = 72+124+209=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #487CD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CD1 is #B7832E. Grayscale: #757575. Windows color (decimal): -12026671 or 13728840. OLE color: 13728840.
HSL color Cylindrical-coordinate representation of color #487CD1: hue angle of 217.23º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487CD1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 124 | 209 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.18 |
| HSL | 217.23º | 0.6% | 0.55% | - |
| HSV(B) | 217.23º | 0.66% | 0.82% | - |
| XYZ | 21.39 | 20.4 | 63.13 | - |
| YUV | 118.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 209 | 0.66 | 0.41 | 0 | 0.18 | 217.23 | 0.6 | 0.55 |
| Hex | 48 | 7C | D1 | 42 | 29 | 0 | 12 | D9 | 3C | 37 |
| Octal | 110 | 174 | 321 | 102 | 51 | 0 | 22 | 331 | 74 | 67 |
| Binary | 1001000 | 1111100 | 11010001 | 1000010 | 101001 | 0 | 10010 | 11011001 | 111100 | 110111 |
Color Harmonies of #487CD1
Complementary color
Monochromatic Colors of #487CD1
Black with #487CD1
Text Example
Text Example
White with #487CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CD1; }
p { color: rgb(72,124,209); }
H1.HeaderClassName
{
color: #487CD1;
}
.AnyTagClassName
{
color: #487CD1;
}
</style>
background-color css
<style>
a { background-color: #487CD1; }
a { background-color: rgb(72,124,209); }
div.DivClassName
{
background-color: #487CD1;
}
.BgClassName
{
background-color: #487CD1;
}
</style>
border-color css
<style>
span { border-color: #487CD1; }
span { border-color: rgb(72,124,209); }
td.TdClassName
{
border-color: #487CD1;
}
.TagClassName
{
border-color: #487CD1;
}
</style>