Shades of Havelock Blue #448ADB
Tints of Havelock Blue #448ADB
RGB
CMYK
RGB Variations
Color information
#448ADB (or 0x448ADB) is known color: Havelock Blue. HEX triplet: 44, 8A and DB. RGB value is (68,138,219). Sum of RGB (Red+Green+Blue) = 68+138+219=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #448ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ADB is #BB7524. Grayscale: #7D7D7D. Windows color (decimal): -12285221 or 14387780. OLE color: 14387780.
HSL color Cylindrical-coordinate representation of color #448ADB: hue angle of 212.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448ADB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 138 | 219 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.14 |
| HSL | 212.19º | 0.68% | 0.56% | - |
| HSV(B) | 212.19º | 0.69% | 0.86% | - |
| XYZ | 24.26 | 24.52 | 70.47 | - |
| YUV | 126.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 219 | 0.69 | 0.37 | 0 | 0.14 | 212.19 | 0.68 | 0.56 |
| Hex | 44 | 8A | DB | 45 | 25 | 0 | E | D4 | 44 | 38 |
| Octal | 104 | 212 | 333 | 105 | 45 | 0 | 16 | 324 | 104 | 70 |
| Binary | 1000100 | 10001010 | 11011011 | 1000101 | 100101 | 0 | 1110 | 11010100 | 1000100 | 111000 |
Color Harmonies of #448ADB
Complementary color
Monochromatic Colors of #448ADB
Black with #448ADB
Text Example
Text Example
White with #448ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ADB; }
p { color: rgb(68,138,219); }
H1.HeaderClassName
{
color: #448ADB;
}
.AnyTagClassName
{
color: #448ADB;
}
</style>
background-color css
<style>
a { background-color: #448ADB; }
a { background-color: rgb(68,138,219); }
div.DivClassName
{
background-color: #448ADB;
}
.BgClassName
{
background-color: #448ADB;
}
</style>
border-color css
<style>
span { border-color: #448ADB; }
span { border-color: rgb(68,138,219); }
td.TdClassName
{
border-color: #448ADB;
}
.TagClassName
{
border-color: #448ADB;
}
</style>