Shades of Havelock Blue #488DC8
Tints of Havelock Blue #488DC8
RGB
CMYK
RGB Variations
Color information
#488DC8 (or 0x488DC8) is known color: Havelock Blue. HEX triplet: 48, 8D and C8. RGB value is (72,141,200). Sum of RGB (Red+Green+Blue) = 72+141+200=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #488DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC8 is #B77237. Grayscale: #7E7E7E. Windows color (decimal): -12022328 or 13143368. OLE color: 13143368.
HSL color Cylindrical-coordinate representation of color #488DC8: hue angle of 207.66º 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 #488DC8 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 141 | 200 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.22 |
| HSL | 207.66º | 0.54% | 0.53% | - |
| HSV(B) | 207.66º | 0.64% | 0.78% | - |
| XYZ | 22.62 | 24.6 | 58.2 | - |
| YUV | 127.1 | 169.14 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 200 | 0.64 | 0.29 | 0 | 0.22 | 207.66 | 0.54 | 0.53 |
| Hex | 48 | 8D | C8 | 40 | 1D | 0 | 16 | D0 | 36 | 35 |
| Octal | 110 | 215 | 310 | 100 | 35 | 0 | 26 | 320 | 66 | 65 |
| Binary | 1001000 | 10001101 | 11001000 | 1000000 | 11101 | 0 | 10110 | 11010000 | 110110 | 110101 |
Color Harmonies of #488DC8
Complementary color
Monochromatic Colors of #488DC8
Black with #488DC8
Text Example
Text Example
White with #488DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DC8; }
p { color: rgb(72,141,200); }
H1.HeaderClassName
{
color: #488DC8;
}
.AnyTagClassName
{
color: #488DC8;
}
</style>
background-color css
<style>
a { background-color: #488DC8; }
a { background-color: rgb(72,141,200); }
div.DivClassName
{
background-color: #488DC8;
}
.BgClassName
{
background-color: #488DC8;
}
</style>
border-color css
<style>
span { border-color: #488DC8; }
span { border-color: rgb(72,141,200); }
td.TdClassName
{
border-color: #488DC8;
}
.TagClassName
{
border-color: #488DC8;
}
</style>