Shades of Havelock Blue #487DC1
Tints of Havelock Blue #487DC1
RGB
CMYK
RGB Variations
Color information
#487DC1 (or 0x487DC1) is known color: Havelock Blue. HEX triplet: 48, 7D and C1. RGB value is (72,125,193). Sum of RGB (Red+Green+Blue) = 72+125+193=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #487DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DC1 is #B7823E. Grayscale: #747474. Windows color (decimal): -12026431 or 12680520. OLE color: 12680520.
HSL color Cylindrical-coordinate representation of color #487DC1: hue angle of 213.72º degrees, saturation: 0.49, 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 #487DC1 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 125 | 193 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.24 |
| HSL | 213.72º | 0.49% | 0.52% | - |
| HSV(B) | 213.72º | 0.63% | 0.76% | - |
| XYZ | 19.63 | 19.9 | 53.26 | - |
| YUV | 116.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 193 | 0.63 | 0.35 | 0 | 0.24 | 213.72 | 0.49 | 0.52 |
| Hex | 48 | 7D | C1 | 3F | 23 | 0 | 18 | D6 | 31 | 34 |
| Octal | 110 | 175 | 301 | 77 | 43 | 0 | 30 | 326 | 61 | 64 |
| Binary | 1001000 | 1111101 | 11000001 | 111111 | 100011 | 0 | 11000 | 11010110 | 110001 | 110100 |
Color Harmonies of #487DC1
Complementary color
Monochromatic Colors of #487DC1
Black with #487DC1
Text Example
Text Example
White with #487DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DC1; }
p { color: rgb(72,125,193); }
H1.HeaderClassName
{
color: #487DC1;
}
.AnyTagClassName
{
color: #487DC1;
}
</style>
background-color css
<style>
a { background-color: #487DC1; }
a { background-color: rgb(72,125,193); }
div.DivClassName
{
background-color: #487DC1;
}
.BgClassName
{
background-color: #487DC1;
}
</style>
border-color css
<style>
span { border-color: #487DC1; }
span { border-color: rgb(72,125,193); }
td.TdClassName
{
border-color: #487DC1;
}
.TagClassName
{
border-color: #487DC1;
}
</style>