Shades of Havelock Blue #487DCD
Tints of Havelock Blue #487DCD
RGB
CMYK
RGB Variations
Color information
#487DCD (or 0x487DCD) is known color: Havelock Blue. HEX triplet: 48, 7D and CD. RGB value is (72,125,205). Sum of RGB (Red+Green+Blue) = 72+125+205=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #487DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DCD is #B78232. Grayscale: #757575. Windows color (decimal): -12026419 or 13466952. OLE color: 13466952.
HSL color Cylindrical-coordinate representation of color #487DCD: hue angle of 216.09º 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 #487DCD is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 125 | 205 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.20 |
| HSL | 216.09º | 0.57% | 0.54% | - |
| HSV(B) | 216.09º | 0.65% | 0.8% | - |
| XYZ | 21.03 | 20.45 | 60.6 | - |
| YUV | 118.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 205 | 0.65 | 0.39 | 0 | 0.20 | 216.09 | 0.57 | 0.54 |
| Hex | 48 | 7D | CD | 41 | 27 | 0 | 14 | D8 | 39 | 36 |
| Octal | 110 | 175 | 315 | 101 | 47 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1001000 | 1111101 | 11001101 | 1000001 | 100111 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #487DCD
Complementary color
Monochromatic Colors of #487DCD
Black with #487DCD
Text Example
Text Example
White with #487DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DCD; }
p { color: rgb(72,125,205); }
H1.HeaderClassName
{
color: #487DCD;
}
.AnyTagClassName
{
color: #487DCD;
}
</style>
background-color css
<style>
a { background-color: #487DCD; }
a { background-color: rgb(72,125,205); }
div.DivClassName
{
background-color: #487DCD;
}
.BgClassName
{
background-color: #487DCD;
}
</style>
border-color css
<style>
span { border-color: #487DCD; }
span { border-color: rgb(72,125,205); }
td.TdClassName
{
border-color: #487DCD;
}
.TagClassName
{
border-color: #487DCD;
}
</style>