Shades of Havelock Blue #488FCB
Tints of Havelock Blue #488FCB
RGB
CMYK
RGB Variations
Color information
#488FCB (or 0x488FCB) is known color: Havelock Blue. HEX triplet: 48, 8F and CB. RGB value is (72,143,203). Sum of RGB (Red+Green+Blue) = 72+143+203=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #488FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FCB is #B77034. Grayscale: #808080. Windows color (decimal): -12021813 or 13340488. OLE color: 13340488.
HSL color Cylindrical-coordinate representation of color #488FCB: hue angle of 207.48º degrees, saturation: 0.56, 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 #488FCB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 143 | 203 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.20 |
| HSL | 207.48º | 0.56% | 0.54% | - |
| HSV(B) | 207.48º | 0.65% | 0.8% | - |
| XYZ | 23.27 | 25.33 | 60.16 | - |
| YUV | 128.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 203 | 0.65 | 0.30 | 0 | 0.20 | 207.48 | 0.56 | 0.54 |
| Hex | 48 | 8F | CB | 41 | 1E | 0 | 14 | CF | 38 | 36 |
| Octal | 110 | 217 | 313 | 101 | 36 | 0 | 24 | 317 | 70 | 66 |
| Binary | 1001000 | 10001111 | 11001011 | 1000001 | 11110 | 0 | 10100 | 11001111 | 111000 | 110110 |
Color Harmonies of #488FCB
Complementary color
Monochromatic Colors of #488FCB
Black with #488FCB
Text Example
Text Example
White with #488FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FCB; }
p { color: rgb(72,143,203); }
H1.HeaderClassName
{
color: #488FCB;
}
.AnyTagClassName
{
color: #488FCB;
}
</style>
background-color css
<style>
a { background-color: #488FCB; }
a { background-color: rgb(72,143,203); }
div.DivClassName
{
background-color: #488FCB;
}
.BgClassName
{
background-color: #488FCB;
}
</style>
border-color css
<style>
span { border-color: #488FCB; }
span { border-color: rgb(72,143,203); }
td.TdClassName
{
border-color: #488FCB;
}
.TagClassName
{
border-color: #488FCB;
}
</style>