Shades of Havelock Blue #488BCB
Tints of Havelock Blue #488BCB
RGB
CMYK
RGB Variations
Color information
#488BCB (or 0x488BCB) is known color: Havelock Blue. HEX triplet: 48, 8B and CB. RGB value is (72,139,203). Sum of RGB (Red+Green+Blue) = 72+139+203=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #488BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BCB is #B77434. Grayscale: #7D7D7D. Windows color (decimal): -12022837 or 13339464. OLE color: 13339464.
HSL color Cylindrical-coordinate representation of color #488BCB: hue angle of 209.31º 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 #488BCB is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 139 | 203 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.20 |
| HSL | 209.31º | 0.56% | 0.54% | - |
| HSV(B) | 209.31º | 0.65% | 0.8% | - |
| XYZ | 22.68 | 24.15 | 59.97 | - |
| YUV | 126.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 203 | 0.65 | 0.32 | 0 | 0.20 | 209.31 | 0.56 | 0.54 |
| Hex | 48 | 8B | CB | 41 | 20 | 0 | 14 | D1 | 38 | 36 |
| Octal | 110 | 213 | 313 | 101 | 40 | 0 | 24 | 321 | 70 | 66 |
| Binary | 1001000 | 10001011 | 11001011 | 1000001 | 100000 | 0 | 10100 | 11010001 | 111000 | 110110 |
Color Harmonies of #488BCB
Complementary color
Monochromatic Colors of #488BCB
Black with #488BCB
Text Example
Text Example
White with #488BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BCB; }
p { color: rgb(72,139,203); }
H1.HeaderClassName
{
color: #488BCB;
}
.AnyTagClassName
{
color: #488BCB;
}
</style>
background-color css
<style>
a { background-color: #488BCB; }
a { background-color: rgb(72,139,203); }
div.DivClassName
{
background-color: #488BCB;
}
.BgClassName
{
background-color: #488BCB;
}
</style>
border-color css
<style>
span { border-color: #488BCB; }
span { border-color: rgb(72,139,203); }
td.TdClassName
{
border-color: #488BCB;
}
.TagClassName
{
border-color: #488BCB;
}
</style>