Shades of Havelock Blue #488ECE
Tints of Havelock Blue #488ECE
RGB
CMYK
RGB Variations
Color information
#488ECE (or 0x488ECE) is known color: Havelock Blue. HEX triplet: 48, 8E and CE. RGB value is (72,142,206). Sum of RGB (Red+Green+Blue) = 72+142+206=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #488ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECE is #B77131. Grayscale: #808080. Windows color (decimal): -12022066 or 13536840. OLE color: 13536840.
HSL color Cylindrical-coordinate representation of color #488ECE: hue angle of 208.66º 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 #488ECE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 142 | 206 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.19 |
| HSL | 208.66º | 0.58% | 0.55% | - |
| HSV(B) | 208.66º | 0.65% | 0.81% | - |
| XYZ | 23.49 | 25.18 | 62.01 | - |
| YUV | 128.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 206 | 0.65 | 0.31 | 0 | 0.19 | 208.66 | 0.58 | 0.55 |
| Hex | 48 | 8E | CE | 41 | 1F | 0 | 13 | D1 | 3A | 37 |
| Octal | 110 | 216 | 316 | 101 | 37 | 0 | 23 | 321 | 72 | 67 |
| Binary | 1001000 | 10001110 | 11001110 | 1000001 | 11111 | 0 | 10011 | 11010001 | 111010 | 110111 |
Color Harmonies of #488ECE
Complementary color
Monochromatic Colors of #488ECE
Black with #488ECE
Text Example
Text Example
White with #488ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ECE; }
p { color: rgb(72,142,206); }
H1.HeaderClassName
{
color: #488ECE;
}
.AnyTagClassName
{
color: #488ECE;
}
</style>
background-color css
<style>
a { background-color: #488ECE; }
a { background-color: rgb(72,142,206); }
div.DivClassName
{
background-color: #488ECE;
}
.BgClassName
{
background-color: #488ECE;
}
</style>
border-color css
<style>
span { border-color: #488ECE; }
span { border-color: rgb(72,142,206); }
td.TdClassName
{
border-color: #488ECE;
}
.TagClassName
{
border-color: #488ECE;
}
</style>