Shades of Havelock Blue #488DCD
Tints of Havelock Blue #488DCD
RGB
CMYK
RGB Variations
Color information
#488DCD (or 0x488DCD) is known color: Havelock Blue. HEX triplet: 48, 8D and CD. RGB value is (72,141,205). Sum of RGB (Red+Green+Blue) = 72+141+205=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #488DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DCD is #B77232. Grayscale: #7F7F7F. Windows color (decimal): -12022323 or 13471048. OLE color: 13471048.
HSL color Cylindrical-coordinate representation of color #488DCD: hue angle of 208.87º 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 #488DCD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 141 | 205 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.20 |
| HSL | 208.87º | 0.57% | 0.54% | - |
| HSV(B) | 208.87º | 0.65% | 0.8% | - |
| XYZ | 23.22 | 24.84 | 61.33 | - |
| YUV | 127.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 205 | 0.65 | 0.31 | 0 | 0.20 | 208.87 | 0.57 | 0.54 |
| Hex | 48 | 8D | CD | 41 | 1F | 0 | 14 | D1 | 39 | 36 |
| Octal | 110 | 215 | 315 | 101 | 37 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1001000 | 10001101 | 11001101 | 1000001 | 11111 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #488DCD
Complementary color
Monochromatic Colors of #488DCD
Black with #488DCD
Text Example
Text Example
White with #488DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DCD; }
p { color: rgb(72,141,205); }
H1.HeaderClassName
{
color: #488DCD;
}
.AnyTagClassName
{
color: #488DCD;
}
</style>
background-color css
<style>
a { background-color: #488DCD; }
a { background-color: rgb(72,141,205); }
div.DivClassName
{
background-color: #488DCD;
}
.BgClassName
{
background-color: #488DCD;
}
</style>
border-color css
<style>
span { border-color: #488DCD; }
span { border-color: rgb(72,141,205); }
td.TdClassName
{
border-color: #488DCD;
}
.TagClassName
{
border-color: #488DCD;
}
</style>