Shades of Havelock Blue #487CCF
Tints of Havelock Blue #487CCF
RGB
CMYK
RGB Variations
Color information
#487CCF (or 0x487CCF) is known color: Havelock Blue. HEX triplet: 48, 7C and CF. RGB value is (72,124,207). Sum of RGB (Red+Green+Blue) = 72+124+207=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #487CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CCF is #B78330. Grayscale: #757575. Windows color (decimal): -12026673 or 13597768. OLE color: 13597768.
HSL color Cylindrical-coordinate representation of color #487CCF: hue angle of 216.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487CCF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 124 | 207 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.19 |
| HSL | 216.89º | 0.58% | 0.55% | - |
| HSV(B) | 216.89º | 0.65% | 0.81% | - |
| XYZ | 21.14 | 20.3 | 61.84 | - |
| YUV | 117.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 207 | 0.65 | 0.40 | 0 | 0.19 | 216.89 | 0.58 | 0.55 |
| Hex | 48 | 7C | CF | 41 | 28 | 0 | 13 | D9 | 3A | 37 |
| Octal | 110 | 174 | 317 | 101 | 50 | 0 | 23 | 331 | 72 | 67 |
| Binary | 1001000 | 1111100 | 11001111 | 1000001 | 101000 | 0 | 10011 | 11011001 | 111010 | 110111 |
Color Harmonies of #487CCF
Complementary color
Monochromatic Colors of #487CCF
Black with #487CCF
Text Example
Text Example
White with #487CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CCF; }
p { color: rgb(72,124,207); }
H1.HeaderClassName
{
color: #487CCF;
}
.AnyTagClassName
{
color: #487CCF;
}
</style>
background-color css
<style>
a { background-color: #487CCF; }
a { background-color: rgb(72,124,207); }
div.DivClassName
{
background-color: #487CCF;
}
.BgClassName
{
background-color: #487CCF;
}
</style>
border-color css
<style>
span { border-color: #487CCF; }
span { border-color: rgb(72,124,207); }
td.TdClassName
{
border-color: #487CCF;
}
.TagClassName
{
border-color: #487CCF;
}
</style>