Shades of Havelock Blue #488AD8
Tints of Havelock Blue #488AD8
RGB
CMYK
RGB Variations
Color information
#488AD8 (or 0x488AD8) is known color: Havelock Blue. HEX triplet: 48, 8A and D8. RGB value is (72,138,216). Sum of RGB (Red+Green+Blue) = 72+138+216=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #488AD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AD8 is #B77527. Grayscale: #7E7E7E. Windows color (decimal): -12023080 or 14191176. OLE color: 14191176.
HSL color Cylindrical-coordinate representation of color #488AD8: hue angle of 212.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488AD8 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 138 | 216 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.15 |
| HSL | 212.5º | 0.65% | 0.56% | - |
| HSV(B) | 212.5º | 0.67% | 0.85% | - |
| XYZ | 24.16 | 24.51 | 68.42 | - |
| YUV | 127.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 216 | 0.67 | 0.36 | 0 | 0.15 | 212.5 | 0.65 | 0.56 |
| Hex | 48 | 8A | D8 | 43 | 24 | 0 | F | D4 | 41 | 38 |
| Octal | 110 | 212 | 330 | 103 | 44 | 0 | 17 | 324 | 101 | 70 |
| Binary | 1001000 | 10001010 | 11011000 | 1000011 | 100100 | 0 | 1111 | 11010100 | 1000001 | 111000 |
Color Harmonies of #488AD8
Complementary color
Monochromatic Colors of #488AD8
Black with #488AD8
Text Example
Text Example
White with #488AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AD8; }
p { color: rgb(72,138,216); }
H1.HeaderClassName
{
color: #488AD8;
}
.AnyTagClassName
{
color: #488AD8;
}
</style>
background-color css
<style>
a { background-color: #488AD8; }
a { background-color: rgb(72,138,216); }
div.DivClassName
{
background-color: #488AD8;
}
.BgClassName
{
background-color: #488AD8;
}
</style>
border-color css
<style>
span { border-color: #488AD8; }
span { border-color: rgb(72,138,216); }
td.TdClassName
{
border-color: #488AD8;
}
.TagClassName
{
border-color: #488AD8;
}
</style>