Shades of Havelock Blue #488AD9
Tints of Havelock Blue #488AD9
RGB
CMYK
RGB Variations
Color information
#488AD9 (or 0x488AD9) is known color: Havelock Blue. HEX triplet: 48, 8A and D9. RGB value is (72,138,217). Sum of RGB (Red+Green+Blue) = 72+138+217=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #488AD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AD9 is #B77526. Grayscale: #7E7E7E. Windows color (decimal): -12023079 or 14256712. OLE color: 14256712.
HSL color Cylindrical-coordinate representation of color #488AD9: hue angle of 212.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488AD9 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 138 | 217 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.15 |
| HSL | 212.69º | 0.66% | 0.57% | - |
| HSV(B) | 212.69º | 0.67% | 0.85% | - |
| XYZ | 24.29 | 24.56 | 69.11 | - |
| YUV | 127.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 217 | 0.67 | 0.36 | 0 | 0.15 | 212.69 | 0.66 | 0.57 |
| Hex | 48 | 8A | D9 | 43 | 24 | 0 | F | D5 | 42 | 39 |
| Octal | 110 | 212 | 331 | 103 | 44 | 0 | 17 | 325 | 102 | 71 |
| Binary | 1001000 | 10001010 | 11011001 | 1000011 | 100100 | 0 | 1111 | 11010101 | 1000010 | 111001 |
Color Harmonies of #488AD9
Complementary color
Monochromatic Colors of #488AD9
Black with #488AD9
Text Example
Text Example
White with #488AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AD9; }
p { color: rgb(72,138,217); }
H1.HeaderClassName
{
color: #488AD9;
}
.AnyTagClassName
{
color: #488AD9;
}
</style>
background-color css
<style>
a { background-color: #488AD9; }
a { background-color: rgb(72,138,217); }
div.DivClassName
{
background-color: #488AD9;
}
.BgClassName
{
background-color: #488AD9;
}
</style>
border-color css
<style>
span { border-color: #488AD9; }
span { border-color: rgb(72,138,217); }
td.TdClassName
{
border-color: #488AD9;
}
.TagClassName
{
border-color: #488AD9;
}
</style>