Shades of Havelock Blue #488BCD
Tints of Havelock Blue #488BCD
RGB
CMYK
RGB Variations
Color information
#488BCD (or 0x488BCD) is known color: Havelock Blue. HEX triplet: 48, 8B and CD. RGB value is (72,139,205). Sum of RGB (Red+Green+Blue) = 72+139+205=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #488BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCD is #B77432. Grayscale: #7E7E7E. Windows color (decimal): -12022835 or 13470536. OLE color: 13470536.
HSL color Cylindrical-coordinate representation of color #488BCD: hue angle of 209.77º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488BCD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 139 | 205 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.20 |
| HSL | 209.77º | 0.57% | 0.54% | - |
| HSV(B) | 209.77º | 0.65% | 0.8% | - |
| XYZ | 22.92 | 24.25 | 61.23 | - |
| YUV | 126.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 205 | 0.65 | 0.32 | 0 | 0.20 | 209.77 | 0.57 | 0.54 |
| Hex | 48 | 8B | CD | 41 | 20 | 0 | 14 | D2 | 39 | 36 |
| Octal | 110 | 213 | 315 | 101 | 40 | 0 | 24 | 322 | 71 | 66 |
| Binary | 1001000 | 10001011 | 11001101 | 1000001 | 100000 | 0 | 10100 | 11010010 | 111001 | 110110 |
Color Harmonies of #488BCD
Complementary color
Monochromatic Colors of #488BCD
Black with #488BCD
Text Example
Text Example
White with #488BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BCD; }
p { color: rgb(72,139,205); }
H1.HeaderClassName
{
color: #488BCD;
}
.AnyTagClassName
{
color: #488BCD;
}
</style>
background-color css
<style>
a { background-color: #488BCD; }
a { background-color: rgb(72,139,205); }
div.DivClassName
{
background-color: #488BCD;
}
.BgClassName
{
background-color: #488BCD;
}
</style>
border-color css
<style>
span { border-color: #488BCD; }
span { border-color: rgb(72,139,205); }
td.TdClassName
{
border-color: #488BCD;
}
.TagClassName
{
border-color: #488BCD;
}
</style>