Shades of Havelock Blue #488DC9
Tints of Havelock Blue #488DC9
RGB
CMYK
RGB Variations
Color information
#488DC9 (or 0x488DC9) is known color: Havelock Blue. HEX triplet: 48, 8D and C9. RGB value is (72,141,201). Sum of RGB (Red+Green+Blue) = 72+141+201=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #488DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC9 is #B77236. Grayscale: #7E7E7E. Windows color (decimal): -12022327 or 13208904. OLE color: 13208904.
HSL color Cylindrical-coordinate representation of color #488DC9: hue angle of 207.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488DC9 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 141 | 201 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.21 |
| HSL | 207.91º | 0.54% | 0.54% | - |
| HSV(B) | 207.91º | 0.64% | 0.79% | - |
| XYZ | 22.74 | 24.64 | 58.82 | - |
| YUV | 127.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 201 | 0.64 | 0.30 | 0 | 0.21 | 207.91 | 0.54 | 0.54 |
| Hex | 48 | 8D | C9 | 40 | 1E | 0 | 15 | D0 | 36 | 36 |
| Octal | 110 | 215 | 311 | 100 | 36 | 0 | 25 | 320 | 66 | 66 |
| Binary | 1001000 | 10001101 | 11001001 | 1000000 | 11110 | 0 | 10101 | 11010000 | 110110 | 110110 |
Color Harmonies of #488DC9
Complementary color
Monochromatic Colors of #488DC9
Black with #488DC9
Text Example
Text Example
White with #488DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DC9; }
p { color: rgb(72,141,201); }
H1.HeaderClassName
{
color: #488DC9;
}
.AnyTagClassName
{
color: #488DC9;
}
</style>
background-color css
<style>
a { background-color: #488DC9; }
a { background-color: rgb(72,141,201); }
div.DivClassName
{
background-color: #488DC9;
}
.BgClassName
{
background-color: #488DC9;
}
</style>
border-color css
<style>
span { border-color: #488DC9; }
span { border-color: rgb(72,141,201); }
td.TdClassName
{
border-color: #488DC9;
}
.TagClassName
{
border-color: #488DC9;
}
</style>