Shades of Havelock Blue #488AC9
Tints of Havelock Blue #488AC9
RGB
CMYK
RGB Variations
Color information
#488AC9 (or 0x488AC9) is known color: Havelock Blue. HEX triplet: 48, 8A and C9. RGB value is (72,138,201). Sum of RGB (Red+Green+Blue) = 72+138+201=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #488AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC9 is #B77536. Grayscale: #7D7D7D. Windows color (decimal): -12023095 or 13208136. OLE color: 13208136.
HSL color Cylindrical-coordinate representation of color #488AC9: hue angle of 209.3º 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 #488AC9 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 138 | 201 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.21 |
| HSL | 209.3º | 0.54% | 0.54% | - |
| HSV(B) | 209.3º | 0.64% | 0.79% | - |
| XYZ | 22.3 | 23.77 | 58.67 | - |
| YUV | 125.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 201 | 0.64 | 0.31 | 0 | 0.21 | 209.3 | 0.54 | 0.54 |
| Hex | 48 | 8A | C9 | 40 | 1F | 0 | 15 | D1 | 36 | 36 |
| Octal | 110 | 212 | 311 | 100 | 37 | 0 | 25 | 321 | 66 | 66 |
| Binary | 1001000 | 10001010 | 11001001 | 1000000 | 11111 | 0 | 10101 | 11010001 | 110110 | 110110 |
Color Harmonies of #488AC9
Complementary color
Monochromatic Colors of #488AC9
Black with #488AC9
Text Example
Text Example
White with #488AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AC9; }
p { color: rgb(72,138,201); }
H1.HeaderClassName
{
color: #488AC9;
}
.AnyTagClassName
{
color: #488AC9;
}
</style>
background-color css
<style>
a { background-color: #488AC9; }
a { background-color: rgb(72,138,201); }
div.DivClassName
{
background-color: #488AC9;
}
.BgClassName
{
background-color: #488AC9;
}
</style>
border-color css
<style>
span { border-color: #488AC9; }
span { border-color: rgb(72,138,201); }
td.TdClassName
{
border-color: #488AC9;
}
.TagClassName
{
border-color: #488AC9;
}
</style>