Shades of Havelock Blue #488DCE
Tints of Havelock Blue #488DCE
RGB
CMYK
RGB Variations
Color information
#488DCE (or 0x488DCE) is known color: Havelock Blue. HEX triplet: 48, 8D and CE. RGB value is (72,141,206). Sum of RGB (Red+Green+Blue) = 72+141+206=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #488DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCE is #B77231. Grayscale: #7F7F7F. Windows color (decimal): -12022322 or 13536584. OLE color: 13536584.
HSL color Cylindrical-coordinate representation of color #488DCE: hue angle of 209.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488DCE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 141 | 206 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.19 |
| HSL | 209.1º | 0.58% | 0.55% | - |
| HSV(B) | 209.1º | 0.65% | 0.81% | - |
| XYZ | 23.34 | 24.88 | 61.97 | - |
| YUV | 127.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 206 | 0.65 | 0.32 | 0 | 0.19 | 209.1 | 0.58 | 0.55 |
| Hex | 48 | 8D | CE | 41 | 20 | 0 | 13 | D1 | 3A | 37 |
| Octal | 110 | 215 | 316 | 101 | 40 | 0 | 23 | 321 | 72 | 67 |
| Binary | 1001000 | 10001101 | 11001110 | 1000001 | 100000 | 0 | 10011 | 11010001 | 111010 | 110111 |
Color Harmonies of #488DCE
Complementary color
Monochromatic Colors of #488DCE
Black with #488DCE
Text Example
Text Example
White with #488DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DCE; }
p { color: rgb(72,141,206); }
H1.HeaderClassName
{
color: #488DCE;
}
.AnyTagClassName
{
color: #488DCE;
}
</style>
background-color css
<style>
a { background-color: #488DCE; }
a { background-color: rgb(72,141,206); }
div.DivClassName
{
background-color: #488DCE;
}
.BgClassName
{
background-color: #488DCE;
}
</style>
border-color css
<style>
span { border-color: #488DCE; }
span { border-color: rgb(72,141,206); }
td.TdClassName
{
border-color: #488DCE;
}
.TagClassName
{
border-color: #488DCE;
}
</style>