Shades of Havelock Blue #488ECF
Tints of Havelock Blue #488ECF
RGB
CMYK
RGB Variations
Color information
#488ECF (or 0x488ECF) is known color: Havelock Blue. HEX triplet: 48, 8E and CF. RGB value is (72,142,207). Sum of RGB (Red+Green+Blue) = 72+142+207=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #488ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ECF is #B77130. Grayscale: #808080. Windows color (decimal): -12022065 or 13602376. OLE color: 13602376.
HSL color Cylindrical-coordinate representation of color #488ECF: hue angle of 208.89º 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 #488ECF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 142 | 207 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.19 |
| HSL | 208.89º | 0.58% | 0.55% | - |
| HSV(B) | 208.89º | 0.65% | 0.81% | - |
| XYZ | 23.61 | 25.23 | 62.66 | - |
| YUV | 128.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 207 | 0.65 | 0.31 | 0 | 0.19 | 208.89 | 0.58 | 0.55 |
| Hex | 48 | 8E | CF | 41 | 1F | 0 | 13 | D1 | 3A | 37 |
| Octal | 110 | 216 | 317 | 101 | 37 | 0 | 23 | 321 | 72 | 67 |
| Binary | 1001000 | 10001110 | 11001111 | 1000001 | 11111 | 0 | 10011 | 11010001 | 111010 | 110111 |
Color Harmonies of #488ECF
Complementary color
Monochromatic Colors of #488ECF
Black with #488ECF
Text Example
Text Example
White with #488ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ECF; }
p { color: rgb(72,142,207); }
H1.HeaderClassName
{
color: #488ECF;
}
.AnyTagClassName
{
color: #488ECF;
}
</style>
background-color css
<style>
a { background-color: #488ECF; }
a { background-color: rgb(72,142,207); }
div.DivClassName
{
background-color: #488ECF;
}
.BgClassName
{
background-color: #488ECF;
}
</style>
border-color css
<style>
span { border-color: #488ECF; }
span { border-color: rgb(72,142,207); }
td.TdClassName
{
border-color: #488ECF;
}
.TagClassName
{
border-color: #488ECF;
}
</style>