Shades of Havelock Blue #448BDB
Tints of Havelock Blue #448BDB
RGB
CMYK
RGB Variations
Color information
#448BDB (or 0x448BDB) is known color: Havelock Blue. HEX triplet: 44, 8B and DB. RGB value is (68,139,219). Sum of RGB (Red+Green+Blue) = 68+139+219=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #448BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BDB is #BB7424. Grayscale: #7E7E7E. Windows color (decimal): -12284965 or 14388036. OLE color: 14388036.
HSL color Cylindrical-coordinate representation of color #448BDB: hue angle of 211.79º 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 #448BDB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 139 | 219 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.14 |
| HSL | 211.79º | 0.68% | 0.56% | - |
| HSV(B) | 211.79º | 0.69% | 0.86% | - |
| XYZ | 24.4 | 24.81 | 70.52 | - |
| YUV | 126.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 219 | 0.69 | 0.37 | 0 | 0.14 | 211.79 | 0.68 | 0.56 |
| Hex | 44 | 8B | DB | 45 | 25 | 0 | E | D4 | 44 | 38 |
| Octal | 104 | 213 | 333 | 105 | 45 | 0 | 16 | 324 | 104 | 70 |
| Binary | 1000100 | 10001011 | 11011011 | 1000101 | 100101 | 0 | 1110 | 11010100 | 1000100 | 111000 |
Color Harmonies of #448BDB
Complementary color
Monochromatic Colors of #448BDB
Black with #448BDB
Text Example
Text Example
White with #448BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BDB; }
p { color: rgb(68,139,219); }
H1.HeaderClassName
{
color: #448BDB;
}
.AnyTagClassName
{
color: #448BDB;
}
</style>
background-color css
<style>
a { background-color: #448BDB; }
a { background-color: rgb(68,139,219); }
div.DivClassName
{
background-color: #448BDB;
}
.BgClassName
{
background-color: #448BDB;
}
</style>
border-color css
<style>
span { border-color: #448BDB; }
span { border-color: rgb(68,139,219); }
td.TdClassName
{
border-color: #448BDB;
}
.TagClassName
{
border-color: #448BDB;
}
</style>