Shades of Havelock Blue #487DD3
Tints of Havelock Blue #487DD3
RGB
CMYK
RGB Variations
Color information
#487DD3 (or 0x487DD3) is known color: Havelock Blue. HEX triplet: 48, 7D and D3. RGB value is (72,125,211). Sum of RGB (Red+Green+Blue) = 72+125+211=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #487DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DD3 is #B7822C. Grayscale: #767676. Windows color (decimal): -12026413 or 13860168. OLE color: 13860168.
HSL color Cylindrical-coordinate representation of color #487DD3: hue angle of 217.12º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #487DD3 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 125 | 211 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.17 |
| HSL | 217.12º | 0.61% | 0.55% | - |
| HSV(B) | 217.12º | 0.66% | 0.83% | - |
| XYZ | 21.76 | 20.75 | 64.49 | - |
| YUV | 118.96 | 179.94 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 211 | 0.66 | 0.41 | 0 | 0.17 | 217.12 | 0.61 | 0.55 |
| Hex | 48 | 7D | D3 | 42 | 29 | 0 | 11 | D9 | 3D | 37 |
| Octal | 110 | 175 | 323 | 102 | 51 | 0 | 21 | 331 | 75 | 67 |
| Binary | 1001000 | 1111101 | 11010011 | 1000010 | 101001 | 0 | 10001 | 11011001 | 111101 | 110111 |
Color Harmonies of #487DD3
Complementary color
Monochromatic Colors of #487DD3
Black with #487DD3
Text Example
Text Example
White with #487DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DD3; }
p { color: rgb(72,125,211); }
H1.HeaderClassName
{
color: #487DD3;
}
.AnyTagClassName
{
color: #487DD3;
}
</style>
background-color css
<style>
a { background-color: #487DD3; }
a { background-color: rgb(72,125,211); }
div.DivClassName
{
background-color: #487DD3;
}
.BgClassName
{
background-color: #487DD3;
}
</style>
border-color css
<style>
span { border-color: #487DD3; }
span { border-color: rgb(72,125,211); }
td.TdClassName
{
border-color: #487DD3;
}
.TagClassName
{
border-color: #487DD3;
}
</style>