Shades of Havelock Blue #487FC9
Tints of Havelock Blue #487FC9
RGB
CMYK
RGB Variations
Color information
#487FC9 (or 0x487FC9) is known color: Havelock Blue. HEX triplet: 48, 7F and C9. RGB value is (72,127,201). Sum of RGB (Red+Green+Blue) = 72+127+201=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #487FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FC9 is #B78036. Grayscale: #767676. Windows color (decimal): -12025911 or 13205320. OLE color: 13205320.
HSL color Cylindrical-coordinate representation of color #487FC9: hue angle of 214.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487FC9 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 127 | 201 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.21 |
| HSL | 214.42º | 0.54% | 0.54% | - |
| HSV(B) | 214.42º | 0.64% | 0.79% | - |
| XYZ | 20.8 | 20.77 | 58.17 | - |
| YUV | 118.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 201 | 0.64 | 0.37 | 0 | 0.21 | 214.42 | 0.54 | 0.54 |
| Hex | 48 | 7F | C9 | 40 | 25 | 0 | 15 | D6 | 36 | 36 |
| Octal | 110 | 177 | 311 | 100 | 45 | 0 | 25 | 326 | 66 | 66 |
| Binary | 1001000 | 1111111 | 11001001 | 1000000 | 100101 | 0 | 10101 | 11010110 | 110110 | 110110 |
Color Harmonies of #487FC9
Complementary color
Monochromatic Colors of #487FC9
Black with #487FC9
Text Example
Text Example
White with #487FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FC9; }
p { color: rgb(72,127,201); }
H1.HeaderClassName
{
color: #487FC9;
}
.AnyTagClassName
{
color: #487FC9;
}
</style>
background-color css
<style>
a { background-color: #487FC9; }
a { background-color: rgb(72,127,201); }
div.DivClassName
{
background-color: #487FC9;
}
.BgClassName
{
background-color: #487FC9;
}
</style>
border-color css
<style>
span { border-color: #487FC9; }
span { border-color: rgb(72,127,201); }
td.TdClassName
{
border-color: #487FC9;
}
.TagClassName
{
border-color: #487FC9;
}
</style>