Shades of Havelock Blue #487FCA
Tints of Havelock Blue #487FCA
RGB
CMYK
RGB Variations
Color information
#487FCA (or 0x487FCA) is known color: Havelock Blue. HEX triplet: 48, 7F and CA. RGB value is (72,127,202). Sum of RGB (Red+Green+Blue) = 72+127+202=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #487FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FCA is #B78035. Grayscale: #767676. Windows color (decimal): -12025910 or 13270856. OLE color: 13270856.
HSL color Cylindrical-coordinate representation of color #487FCA: hue angle of 214.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #487FCA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 127 | 202 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.21 |
| HSL | 214.62º | 0.55% | 0.54% | - |
| HSV(B) | 214.62º | 0.64% | 0.79% | - |
| XYZ | 20.92 | 20.82 | 58.79 | - |
| YUV | 119.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 202 | 0.64 | 0.37 | 0 | 0.21 | 214.62 | 0.55 | 0.54 |
| Hex | 48 | 7F | CA | 40 | 25 | 0 | 15 | D7 | 37 | 36 |
| Octal | 110 | 177 | 312 | 100 | 45 | 0 | 25 | 327 | 67 | 66 |
| Binary | 1001000 | 1111111 | 11001010 | 1000000 | 100101 | 0 | 10101 | 11010111 | 110111 | 110110 |
Color Harmonies of #487FCA
Complementary color
Monochromatic Colors of #487FCA
Black with #487FCA
Text Example
Text Example
White with #487FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FCA; }
p { color: rgb(72,127,202); }
H1.HeaderClassName
{
color: #487FCA;
}
.AnyTagClassName
{
color: #487FCA;
}
</style>
background-color css
<style>
a { background-color: #487FCA; }
a { background-color: rgb(72,127,202); }
div.DivClassName
{
background-color: #487FCA;
}
.BgClassName
{
background-color: #487FCA;
}
</style>
border-color css
<style>
span { border-color: #487FCA; }
span { border-color: rgb(72,127,202); }
td.TdClassName
{
border-color: #487FCA;
}
.TagClassName
{
border-color: #487FCA;
}
</style>