Shades of Havelock Blue #487BD0
Tints of Havelock Blue #487BD0
RGB
CMYK
RGB Variations
Color information
#487BD0 (or 0x487BD0) is known color: Havelock Blue. HEX triplet: 48, 7B and D0. RGB value is (72,123,208). Sum of RGB (Red+Green+Blue) = 72+123+208=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #487BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BD0 is #B7842F. Grayscale: #757575. Windows color (decimal): -12026928 or 13663048. OLE color: 13663048.
HSL color Cylindrical-coordinate representation of color #487BD0: hue angle of 217.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487BD0 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 123 | 208 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.18 |
| HSL | 217.5º | 0.59% | 0.55% | - |
| HSV(B) | 217.5º | 0.65% | 0.82% | - |
| XYZ | 21.14 | 20.1 | 62.44 | - |
| YUV | 117.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 208 | 0.65 | 0.41 | 0 | 0.18 | 217.5 | 0.59 | 0.55 |
| Hex | 48 | 7B | D0 | 41 | 29 | 0 | 12 | DA | 3B | 37 |
| Octal | 110 | 173 | 320 | 101 | 51 | 0 | 22 | 332 | 73 | 67 |
| Binary | 1001000 | 1111011 | 11010000 | 1000001 | 101001 | 0 | 10010 | 11011010 | 111011 | 110111 |
Color Harmonies of #487BD0
Complementary color
Monochromatic Colors of #487BD0
Black with #487BD0
Text Example
Text Example
White with #487BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BD0; }
p { color: rgb(72,123,208); }
H1.HeaderClassName
{
color: #487BD0;
}
.AnyTagClassName
{
color: #487BD0;
}
</style>
background-color css
<style>
a { background-color: #487BD0; }
a { background-color: rgb(72,123,208); }
div.DivClassName
{
background-color: #487BD0;
}
.BgClassName
{
background-color: #487BD0;
}
</style>
border-color css
<style>
span { border-color: #487BD0; }
span { border-color: rgb(72,123,208); }
td.TdClassName
{
border-color: #487BD0;
}
.TagClassName
{
border-color: #487BD0;
}
</style>