Shades of Havelock Blue #488BD3
Tints of Havelock Blue #488BD3
RGB
CMYK
RGB Variations
Color information
#488BD3 (or 0x488BD3) is known color: Havelock Blue. HEX triplet: 48, 8B and D3. RGB value is (72,139,211). Sum of RGB (Red+Green+Blue) = 72+139+211=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #488BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BD3 is #B7742C. Grayscale: #7E7E7E. Windows color (decimal): -12022829 or 13863752. OLE color: 13863752.
HSL color Cylindrical-coordinate representation of color #488BD3: hue angle of 211.08º 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 #488BD3 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 139 | 211 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.17 |
| HSL | 211.08º | 0.61% | 0.55% | - |
| HSV(B) | 211.08º | 0.66% | 0.83% | - |
| XYZ | 23.66 | 24.55 | 65.12 | - |
| YUV | 127.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 211 | 0.66 | 0.34 | 0 | 0.17 | 211.08 | 0.61 | 0.55 |
| Hex | 48 | 8B | D3 | 42 | 22 | 0 | 11 | D3 | 3D | 37 |
| Octal | 110 | 213 | 323 | 102 | 42 | 0 | 21 | 323 | 75 | 67 |
| Binary | 1001000 | 10001011 | 11010011 | 1000010 | 100010 | 0 | 10001 | 11010011 | 111101 | 110111 |
Color Harmonies of #488BD3
Complementary color
Monochromatic Colors of #488BD3
Black with #488BD3
Text Example
Text Example
White with #488BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BD3; }
p { color: rgb(72,139,211); }
H1.HeaderClassName
{
color: #488BD3;
}
.AnyTagClassName
{
color: #488BD3;
}
</style>
background-color css
<style>
a { background-color: #488BD3; }
a { background-color: rgb(72,139,211); }
div.DivClassName
{
background-color: #488BD3;
}
.BgClassName
{
background-color: #488BD3;
}
</style>
border-color css
<style>
span { border-color: #488BD3; }
span { border-color: rgb(72,139,211); }
td.TdClassName
{
border-color: #488BD3;
}
.TagClassName
{
border-color: #488BD3;
}
</style>