Shades of Havelock Blue #487BCF
Tints of Havelock Blue #487BCF
RGB
CMYK
RGB Variations
Color information
#487BCF (or 0x487BCF) is known color: Havelock Blue. HEX triplet: 48, 7B and CF. RGB value is (72,123,207). Sum of RGB (Red+Green+Blue) = 72+123+207=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #487BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BCF is #B78430. Grayscale: #747474. Windows color (decimal): -12026929 or 13597512. OLE color: 13597512.
HSL color Cylindrical-coordinate representation of color #487BCF: hue angle of 217.33º 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 #487BCF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 123 | 207 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.19 |
| HSL | 217.33º | 0.58% | 0.55% | - |
| HSV(B) | 217.33º | 0.65% | 0.81% | - |
| XYZ | 21.02 | 20.05 | 61.79 | - |
| YUV | 117.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 207 | 0.65 | 0.41 | 0 | 0.19 | 217.33 | 0.58 | 0.55 |
| Hex | 48 | 7B | CF | 41 | 29 | 0 | 13 | D9 | 3A | 37 |
| Octal | 110 | 173 | 317 | 101 | 51 | 0 | 23 | 331 | 72 | 67 |
| Binary | 1001000 | 1111011 | 11001111 | 1000001 | 101001 | 0 | 10011 | 11011001 | 111010 | 110111 |
Color Harmonies of #487BCF
Complementary color
Monochromatic Colors of #487BCF
Black with #487BCF
Text Example
Text Example
White with #487BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BCF; }
p { color: rgb(72,123,207); }
H1.HeaderClassName
{
color: #487BCF;
}
.AnyTagClassName
{
color: #487BCF;
}
</style>
background-color css
<style>
a { background-color: #487BCF; }
a { background-color: rgb(72,123,207); }
div.DivClassName
{
background-color: #487BCF;
}
.BgClassName
{
background-color: #487BCF;
}
</style>
border-color css
<style>
span { border-color: #487BCF; }
span { border-color: rgb(72,123,207); }
td.TdClassName
{
border-color: #487BCF;
}
.TagClassName
{
border-color: #487BCF;
}
</style>