Shades of Havelock Blue #488BD7
Tints of Havelock Blue #488BD7
RGB
CMYK
RGB Variations
Color information
#488BD7 (or 0x488BD7) is known color: Havelock Blue. HEX triplet: 48, 8B and D7. RGB value is (72,139,215). Sum of RGB (Red+Green+Blue) = 72+139+215=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #488BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BD7 is #B77428. Grayscale: #7F7F7F. Windows color (decimal): -12022825 or 14125896. OLE color: 14125896.
HSL color Cylindrical-coordinate representation of color #488BD7: hue angle of 211.89º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488BD7 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 139 | 215 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.16 |
| HSL | 211.89º | 0.64% | 0.56% | - |
| HSV(B) | 211.89º | 0.67% | 0.84% | - |
| XYZ | 24.17 | 24.75 | 67.79 | - |
| YUV | 127.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 215 | 0.67 | 0.35 | 0 | 0.16 | 211.89 | 0.64 | 0.56 |
| Hex | 48 | 8B | D7 | 43 | 23 | 0 | 10 | D4 | 40 | 38 |
| Octal | 110 | 213 | 327 | 103 | 43 | 0 | 20 | 324 | 100 | 70 |
| Binary | 1001000 | 10001011 | 11010111 | 1000011 | 100011 | 0 | 10000 | 11010100 | 1000000 | 111000 |
Color Harmonies of #488BD7
Complementary color
Monochromatic Colors of #488BD7
Black with #488BD7
Text Example
Text Example
White with #488BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BD7; }
p { color: rgb(72,139,215); }
H1.HeaderClassName
{
color: #488BD7;
}
.AnyTagClassName
{
color: #488BD7;
}
</style>
background-color css
<style>
a { background-color: #488BD7; }
a { background-color: rgb(72,139,215); }
div.DivClassName
{
background-color: #488BD7;
}
.BgClassName
{
background-color: #488BD7;
}
</style>
border-color css
<style>
span { border-color: #488BD7; }
span { border-color: rgb(72,139,215); }
td.TdClassName
{
border-color: #488BD7;
}
.TagClassName
{
border-color: #488BD7;
}
</style>