Shades of Havelock Blue #487AD1
Tints of Havelock Blue #487AD1
RGB
CMYK
RGB Variations
Color information
#487AD1 (or 0x487AD1) is known color: Havelock Blue. HEX triplet: 48, 7A and D1. RGB value is (72,122,209). Sum of RGB (Red+Green+Blue) = 72+122+209=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #487AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AD1 is #B7852E. Grayscale: #747474. Windows color (decimal): -12027183 or 13728328. OLE color: 13728328.
HSL color Cylindrical-coordinate representation of color #487AD1: hue angle of 218.1º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487AD1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 122 | 209 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.18 |
| HSL | 218.1º | 0.6% | 0.55% | - |
| HSV(B) | 218.1º | 0.66% | 0.82% | - |
| XYZ | 21.14 | 19.9 | 63.05 | - |
| YUV | 116.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 209 | 0.66 | 0.42 | 0 | 0.18 | 218.1 | 0.6 | 0.55 |
| Hex | 48 | 7A | D1 | 42 | 2A | 0 | 12 | DA | 3C | 37 |
| Octal | 110 | 172 | 321 | 102 | 52 | 0 | 22 | 332 | 74 | 67 |
| Binary | 1001000 | 1111010 | 11010001 | 1000010 | 101010 | 0 | 10010 | 11011010 | 111100 | 110111 |
Color Harmonies of #487AD1
Complementary color
Monochromatic Colors of #487AD1
Black with #487AD1
Text Example
Text Example
White with #487AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AD1; }
p { color: rgb(72,122,209); }
H1.HeaderClassName
{
color: #487AD1;
}
.AnyTagClassName
{
color: #487AD1;
}
</style>
background-color css
<style>
a { background-color: #487AD1; }
a { background-color: rgb(72,122,209); }
div.DivClassName
{
background-color: #487AD1;
}
.BgClassName
{
background-color: #487AD1;
}
</style>
border-color css
<style>
span { border-color: #487AD1; }
span { border-color: rgb(72,122,209); }
td.TdClassName
{
border-color: #487AD1;
}
.TagClassName
{
border-color: #487AD1;
}
</style>