Shades of Havelock Blue #488FCD
Tints of Havelock Blue #488FCD
RGB
CMYK
RGB Variations
Color information
#488FCD (or 0x488FCD) is known color: Havelock Blue. HEX triplet: 48, 8F and CD. RGB value is (72,143,205). Sum of RGB (Red+Green+Blue) = 72+143+205=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #488FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCD is #B77032. Grayscale: #808080. Windows color (decimal): -12021811 or 13471560. OLE color: 13471560.
HSL color Cylindrical-coordinate representation of color #488FCD: hue angle of 207.97º 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 #488FCD is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 143 | 205 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.20 |
| HSL | 207.97º | 0.57% | 0.54% | - |
| HSV(B) | 207.97º | 0.65% | 0.8% | - |
| XYZ | 23.51 | 25.43 | 61.43 | - |
| YUV | 128.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 205 | 0.65 | 0.30 | 0 | 0.20 | 207.97 | 0.57 | 0.54 |
| Hex | 48 | 8F | CD | 41 | 1E | 0 | 14 | D0 | 39 | 36 |
| Octal | 110 | 217 | 315 | 101 | 36 | 0 | 24 | 320 | 71 | 66 |
| Binary | 1001000 | 10001111 | 11001101 | 1000001 | 11110 | 0 | 10100 | 11010000 | 111001 | 110110 |
Color Harmonies of #488FCD
Complementary color
Monochromatic Colors of #488FCD
Black with #488FCD
Text Example
Text Example
White with #488FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FCD; }
p { color: rgb(72,143,205); }
H1.HeaderClassName
{
color: #488FCD;
}
.AnyTagClassName
{
color: #488FCD;
}
</style>
background-color css
<style>
a { background-color: #488FCD; }
a { background-color: rgb(72,143,205); }
div.DivClassName
{
background-color: #488FCD;
}
.BgClassName
{
background-color: #488FCD;
}
</style>
border-color css
<style>
span { border-color: #488FCD; }
span { border-color: rgb(72,143,205); }
td.TdClassName
{
border-color: #488FCD;
}
.TagClassName
{
border-color: #488FCD;
}
</style>