Shades of Havelock Blue #487FCD
Tints of Havelock Blue #487FCD
RGB
CMYK
RGB Variations
Color information
#487FCD (or 0x487FCD) is known color: Havelock Blue. HEX triplet: 48, 7F and CD. RGB value is (72,127,205). Sum of RGB (Red+Green+Blue) = 72+127+205=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #487FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCD is #B78032. Grayscale: #777777. Windows color (decimal): -12025907 or 13467464. OLE color: 13467464.
HSL color Cylindrical-coordinate representation of color #487FCD: hue angle of 215.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487FCD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 127 | 205 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.20 |
| HSL | 215.19º | 0.57% | 0.54% | - |
| HSV(B) | 215.19º | 0.65% | 0.8% | - |
| XYZ | 21.28 | 20.96 | 60.68 | - |
| YUV | 119.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 205 | 0.65 | 0.38 | 0 | 0.20 | 215.19 | 0.57 | 0.54 |
| Hex | 48 | 7F | CD | 41 | 26 | 0 | 14 | D7 | 39 | 36 |
| Octal | 110 | 177 | 315 | 101 | 46 | 0 | 24 | 327 | 71 | 66 |
| Binary | 1001000 | 1111111 | 11001101 | 1000001 | 100110 | 0 | 10100 | 11010111 | 111001 | 110110 |
Color Harmonies of #487FCD
Complementary color
Monochromatic Colors of #487FCD
Black with #487FCD
Text Example
Text Example
White with #487FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FCD; }
p { color: rgb(72,127,205); }
H1.HeaderClassName
{
color: #487FCD;
}
.AnyTagClassName
{
color: #487FCD;
}
</style>
background-color css
<style>
a { background-color: #487FCD; }
a { background-color: rgb(72,127,205); }
div.DivClassName
{
background-color: #487FCD;
}
.BgClassName
{
background-color: #487FCD;
}
</style>
border-color css
<style>
span { border-color: #487FCD; }
span { border-color: rgb(72,127,205); }
td.TdClassName
{
border-color: #487FCD;
}
.TagClassName
{
border-color: #487FCD;
}
</style>