Shades of Havelock Blue #487DC8
Tints of Havelock Blue #487DC8
RGB
CMYK
RGB Variations
Color information
#487DC8 (or 0x487DC8) is known color: Havelock Blue. HEX triplet: 48, 7D and C8. RGB value is (72,125,200). Sum of RGB (Red+Green+Blue) = 72+125+200=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #487DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DC8 is #B78237. Grayscale: #757575. Windows color (decimal): -12026424 or 13139272. OLE color: 13139272.
HSL color Cylindrical-coordinate representation of color #487DC8: hue angle of 215.16º 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 #487DC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 125 | 200 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.22 |
| HSL | 215.16º | 0.54% | 0.53% | - |
| HSV(B) | 215.16º | 0.64% | 0.78% | - |
| XYZ | 20.43 | 20.22 | 57.47 | - |
| YUV | 117.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 200 | 0.64 | 0.38 | 0 | 0.22 | 215.16 | 0.54 | 0.53 |
| Hex | 48 | 7D | C8 | 40 | 26 | 0 | 16 | D7 | 36 | 35 |
| Octal | 110 | 175 | 310 | 100 | 46 | 0 | 26 | 327 | 66 | 65 |
| Binary | 1001000 | 1111101 | 11001000 | 1000000 | 100110 | 0 | 10110 | 11010111 | 110110 | 110101 |
Color Harmonies of #487DC8
Complementary color
Monochromatic Colors of #487DC8
Black with #487DC8
Text Example
Text Example
White with #487DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DC8; }
p { color: rgb(72,125,200); }
H1.HeaderClassName
{
color: #487DC8;
}
.AnyTagClassName
{
color: #487DC8;
}
</style>
background-color css
<style>
a { background-color: #487DC8; }
a { background-color: rgb(72,125,200); }
div.DivClassName
{
background-color: #487DC8;
}
.BgClassName
{
background-color: #487DC8;
}
</style>
border-color css
<style>
span { border-color: #487DC8; }
span { border-color: rgb(72,125,200); }
td.TdClassName
{
border-color: #487DC8;
}
.TagClassName
{
border-color: #487DC8;
}
</style>