Shades of Havelock Blue #487DC9
Tints of Havelock Blue #487DC9
RGB
CMYK
RGB Variations
Color information
#487DC9 (or 0x487DC9) is known color: Havelock Blue. HEX triplet: 48, 7D and C9. RGB value is (72,125,201). Sum of RGB (Red+Green+Blue) = 72+125+201=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #487DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DC9 is #B78236. Grayscale: #757575. Windows color (decimal): -12026423 or 13204808. OLE color: 13204808.
HSL color Cylindrical-coordinate representation of color #487DC9: hue angle of 215.35º 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 #487DC9 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 125 | 201 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.21 |
| HSL | 215.35º | 0.54% | 0.54% | - |
| HSV(B) | 215.35º | 0.64% | 0.79% | - |
| XYZ | 20.55 | 20.26 | 58.09 | - |
| YUV | 117.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 201 | 0.64 | 0.38 | 0 | 0.21 | 215.35 | 0.54 | 0.54 |
| Hex | 48 | 7D | C9 | 40 | 26 | 0 | 15 | D7 | 36 | 36 |
| Octal | 110 | 175 | 311 | 100 | 46 | 0 | 25 | 327 | 66 | 66 |
| Binary | 1001000 | 1111101 | 11001001 | 1000000 | 100110 | 0 | 10101 | 11010111 | 110110 | 110110 |
Color Harmonies of #487DC9
Complementary color
Monochromatic Colors of #487DC9
Black with #487DC9
Text Example
Text Example
White with #487DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DC9; }
p { color: rgb(72,125,201); }
H1.HeaderClassName
{
color: #487DC9;
}
.AnyTagClassName
{
color: #487DC9;
}
</style>
background-color css
<style>
a { background-color: #487DC9; }
a { background-color: rgb(72,125,201); }
div.DivClassName
{
background-color: #487DC9;
}
.BgClassName
{
background-color: #487DC9;
}
</style>
border-color css
<style>
span { border-color: #487DC9; }
span { border-color: rgb(72,125,201); }
td.TdClassName
{
border-color: #487DC9;
}
.TagClassName
{
border-color: #487DC9;
}
</style>