Shades of Havelock Blue #487CC8
Tints of Havelock Blue #487CC8
RGB
CMYK
RGB Variations
Color information
#487CC8 (or 0x487CC8) is known color: Havelock Blue. HEX triplet: 48, 7C and C8. RGB value is (72,124,200). Sum of RGB (Red+Green+Blue) = 72+124+200=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #487CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CC8 is #B78337. Grayscale: #747474. Windows color (decimal): -12026680 or 13139016. OLE color: 13139016.
HSL color Cylindrical-coordinate representation of color #487CC8: hue angle of 215.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487CC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 124 | 200 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.22 |
| HSL | 215.63º | 0.54% | 0.53% | - |
| HSV(B) | 215.63º | 0.64% | 0.78% | - |
| XYZ | 20.31 | 19.96 | 57.43 | - |
| YUV | 117.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 200 | 0.64 | 0.38 | 0 | 0.22 | 215.63 | 0.54 | 0.53 |
| Hex | 48 | 7C | C8 | 40 | 26 | 0 | 16 | D8 | 36 | 35 |
| Octal | 110 | 174 | 310 | 100 | 46 | 0 | 26 | 330 | 66 | 65 |
| Binary | 1001000 | 1111100 | 11001000 | 1000000 | 100110 | 0 | 10110 | 11011000 | 110110 | 110101 |
Color Harmonies of #487CC8
Complementary color
Monochromatic Colors of #487CC8
Black with #487CC8
Text Example
Text Example
White with #487CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CC8; }
p { color: rgb(72,124,200); }
H1.HeaderClassName
{
color: #487CC8;
}
.AnyTagClassName
{
color: #487CC8;
}
</style>
background-color css
<style>
a { background-color: #487CC8; }
a { background-color: rgb(72,124,200); }
div.DivClassName
{
background-color: #487CC8;
}
.BgClassName
{
background-color: #487CC8;
}
</style>
border-color css
<style>
span { border-color: #487CC8; }
span { border-color: rgb(72,124,200); }
td.TdClassName
{
border-color: #487CC8;
}
.TagClassName
{
border-color: #487CC8;
}
</style>