Shades of Havelock Blue #488ADB
Tints of Havelock Blue #488ADB
RGB
CMYK
RGB Variations
Color information
#488ADB (or 0x488ADB) is known color: Havelock Blue. HEX triplet: 48, 8A and DB. RGB value is (72,138,219). Sum of RGB (Red+Green+Blue) = 72+138+219=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #488ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADB is #B77524. Grayscale: #7F7F7F. Windows color (decimal): -12023077 or 14387784. OLE color: 14387784.
HSL color Cylindrical-coordinate representation of color #488ADB: hue angle of 213.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488ADB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 138 | 219 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.14 |
| HSL | 213.06º | 0.67% | 0.57% | - |
| HSV(B) | 213.06º | 0.67% | 0.86% | - |
| XYZ | 24.55 | 24.67 | 70.49 | - |
| YUV | 127.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 219 | 0.67 | 0.37 | 0 | 0.14 | 213.06 | 0.67 | 0.57 |
| Hex | 48 | 8A | DB | 43 | 25 | 0 | E | D5 | 43 | 39 |
| Octal | 110 | 212 | 333 | 103 | 45 | 0 | 16 | 325 | 103 | 71 |
| Binary | 1001000 | 10001010 | 11011011 | 1000011 | 100101 | 0 | 1110 | 11010101 | 1000011 | 111001 |
Color Harmonies of #488ADB
Complementary color
Monochromatic Colors of #488ADB
Black with #488ADB
Text Example
Text Example
White with #488ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ADB; }
p { color: rgb(72,138,219); }
H1.HeaderClassName
{
color: #488ADB;
}
.AnyTagClassName
{
color: #488ADB;
}
</style>
background-color css
<style>
a { background-color: #488ADB; }
a { background-color: rgb(72,138,219); }
div.DivClassName
{
background-color: #488ADB;
}
.BgClassName
{
background-color: #488ADB;
}
</style>
border-color css
<style>
span { border-color: #488ADB; }
span { border-color: rgb(72,138,219); }
td.TdClassName
{
border-color: #488ADB;
}
.TagClassName
{
border-color: #488ADB;
}
</style>