Shades of Havelock Blue #488BD1
Tints of Havelock Blue #488BD1
RGB
CMYK
RGB Variations
Color information
#488BD1 (or 0x488BD1) is known color: Havelock Blue. HEX triplet: 48, 8B and D1. RGB value is (72,139,209). Sum of RGB (Red+Green+Blue) = 72+139+209=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #488BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BD1 is #B7742E. Grayscale: #7E7E7E. Windows color (decimal): -12022831 or 13732680. OLE color: 13732680.
HSL color Cylindrical-coordinate representation of color #488BD1: hue angle of 210.66º 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 #488BD1 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 139 | 209 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.18 |
| HSL | 210.66º | 0.6% | 0.55% | - |
| HSV(B) | 210.66º | 0.66% | 0.82% | - |
| XYZ | 23.41 | 24.45 | 63.81 | - |
| YUV | 126.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 209 | 0.66 | 0.33 | 0 | 0.18 | 210.66 | 0.6 | 0.55 |
| Hex | 48 | 8B | D1 | 42 | 21 | 0 | 12 | D3 | 3C | 37 |
| Octal | 110 | 213 | 321 | 102 | 41 | 0 | 22 | 323 | 74 | 67 |
| Binary | 1001000 | 10001011 | 11010001 | 1000010 | 100001 | 0 | 10010 | 11010011 | 111100 | 110111 |
Color Harmonies of #488BD1
Complementary color
Monochromatic Colors of #488BD1
Black with #488BD1
Text Example
Text Example
White with #488BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BD1; }
p { color: rgb(72,139,209); }
H1.HeaderClassName
{
color: #488BD1;
}
.AnyTagClassName
{
color: #488BD1;
}
</style>
background-color css
<style>
a { background-color: #488BD1; }
a { background-color: rgb(72,139,209); }
div.DivClassName
{
background-color: #488BD1;
}
.BgClassName
{
background-color: #488BD1;
}
</style>
border-color css
<style>
span { border-color: #488BD1; }
span { border-color: rgb(72,139,209); }
td.TdClassName
{
border-color: #488BD1;
}
.TagClassName
{
border-color: #488BD1;
}
</style>