Shades of Havelock Blue #488ACD
Tints of Havelock Blue #488ACD
RGB
CMYK
RGB Variations
Color information
#488ACD (or 0x488ACD) is known color: Havelock Blue. HEX triplet: 48, 8A and CD. RGB value is (72,138,205). Sum of RGB (Red+Green+Blue) = 72+138+205=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #488ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ACD is #B77532. Grayscale: #7D7D7D. Windows color (decimal): -12023091 or 13470280. OLE color: 13470280.
HSL color Cylindrical-coordinate representation of color #488ACD: hue angle of 210.23º 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 #488ACD is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 138 | 205 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.20 |
| HSL | 210.23º | 0.57% | 0.54% | - |
| HSV(B) | 210.23º | 0.65% | 0.8% | - |
| XYZ | 22.78 | 23.96 | 61.18 | - |
| YUV | 125.9 | 172.63 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 205 | 0.65 | 0.33 | 0 | 0.20 | 210.23 | 0.57 | 0.54 |
| Hex | 48 | 8A | CD | 41 | 21 | 0 | 14 | D2 | 39 | 36 |
| Octal | 110 | 212 | 315 | 101 | 41 | 0 | 24 | 322 | 71 | 66 |
| Binary | 1001000 | 10001010 | 11001101 | 1000001 | 100001 | 0 | 10100 | 11010010 | 111001 | 110110 |
Color Harmonies of #488ACD
Complementary color
Monochromatic Colors of #488ACD
Black with #488ACD
Text Example
Text Example
White with #488ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ACD; }
p { color: rgb(72,138,205); }
H1.HeaderClassName
{
color: #488ACD;
}
.AnyTagClassName
{
color: #488ACD;
}
</style>
background-color css
<style>
a { background-color: #488ACD; }
a { background-color: rgb(72,138,205); }
div.DivClassName
{
background-color: #488ACD;
}
.BgClassName
{
background-color: #488ACD;
}
</style>
border-color css
<style>
span { border-color: #488ACD; }
span { border-color: rgb(72,138,205); }
td.TdClassName
{
border-color: #488ACD;
}
.TagClassName
{
border-color: #488ACD;
}
</style>