Shades of Havelock Blue #487FC2
Tints of Havelock Blue #487FC2
RGB
CMYK
RGB Variations
Color information
#487FC2 (or 0x487FC2) is known color: Havelock Blue. HEX triplet: 48, 7F and C2. RGB value is (72,127,194). Sum of RGB (Red+Green+Blue) = 72+127+194=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #487FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FC2 is #B7803D. Grayscale: #757575. Windows color (decimal): -12025918 or 12746568. OLE color: 12746568.
HSL color Cylindrical-coordinate representation of color #487FC2: hue angle of 212.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #487FC2 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 127 | 194 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.24 |
| HSL | 212.95º | 0.5% | 0.52% | - |
| HSV(B) | 212.95º | 0.63% | 0.76% | - |
| XYZ | 20 | 20.45 | 53.93 | - |
| YUV | 118.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 194 | 0.63 | 0.35 | 0 | 0.24 | 212.95 | 0.5 | 0.52 |
| Hex | 48 | 7F | C2 | 3F | 23 | 0 | 18 | D5 | 32 | 34 |
| Octal | 110 | 177 | 302 | 77 | 43 | 0 | 30 | 325 | 62 | 64 |
| Binary | 1001000 | 1111111 | 11000010 | 111111 | 100011 | 0 | 11000 | 11010101 | 110010 | 110100 |
Color Harmonies of #487FC2
Complementary color
Monochromatic Colors of #487FC2
Black with #487FC2
Text Example
Text Example
White with #487FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FC2; }
p { color: rgb(72,127,194); }
H1.HeaderClassName
{
color: #487FC2;
}
.AnyTagClassName
{
color: #487FC2;
}
</style>
background-color css
<style>
a { background-color: #487FC2; }
a { background-color: rgb(72,127,194); }
div.DivClassName
{
background-color: #487FC2;
}
.BgClassName
{
background-color: #487FC2;
}
</style>
border-color css
<style>
span { border-color: #487FC2; }
span { border-color: rgb(72,127,194); }
td.TdClassName
{
border-color: #487FC2;
}
.TagClassName
{
border-color: #487FC2;
}
</style>