Shades of Havelock Blue #488CC8
Tints of Havelock Blue #488CC8
RGB
CMYK
RGB Variations
Color information
#488CC8 (or 0x488CC8) is known color: Havelock Blue. HEX triplet: 48, 8C and C8. RGB value is (72,140,200). Sum of RGB (Red+Green+Blue) = 72+140+200=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #488CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CC8 is #B77337. Grayscale: #7E7E7E. Windows color (decimal): -12022584 or 13143112. OLE color: 13143112.
HSL color Cylindrical-coordinate representation of color #488CC8: hue angle of 208.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488CC8 is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 140 | 200 | - |
| CMYK | 0.64 | 0.3 | 0 | 0.22 |
| HSL | 208.13º | 0.54% | 0.53% | - |
| HSV(B) | 208.13º | 0.64% | 0.78% | - |
| XYZ | 22.48 | 24.3 | 58.15 | - |
| YUV | 126.51 | 169.47 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 200 | 0.64 | 0.3 | 0 | 0.22 | 208.13 | 0.54 | 0.53 |
| Hex | 48 | 8C | C8 | 40 | 1E | 0 | 16 | D0 | 36 | 35 |
| Octal | 110 | 214 | 310 | 100 | 36 | 0 | 26 | 320 | 66 | 65 |
| Binary | 1001000 | 10001100 | 11001000 | 1000000 | 11110 | 0 | 10110 | 11010000 | 110110 | 110101 |
Color Harmonies of #488CC8
Complementary color
Monochromatic Colors of #488CC8
Black with #488CC8
Text Example
Text Example
White with #488CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CC8; }
p { color: rgb(72,140,200); }
H1.HeaderClassName
{
color: #488CC8;
}
.AnyTagClassName
{
color: #488CC8;
}
</style>
background-color css
<style>
a { background-color: #488CC8; }
a { background-color: rgb(72,140,200); }
div.DivClassName
{
background-color: #488CC8;
}
.BgClassName
{
background-color: #488CC8;
}
</style>
border-color css
<style>
span { border-color: #488CC8; }
span { border-color: rgb(72,140,200); }
td.TdClassName
{
border-color: #488CC8;
}
.TagClassName
{
border-color: #488CC8;
}
</style>