Shades of Havelock Blue #448ADA
Tints of Havelock Blue #448ADA
RGB
CMYK
RGB Variations
Color information
#448ADA (or 0x448ADA) is known color: Havelock Blue. HEX triplet: 44, 8A and DA. RGB value is (68,138,218). Sum of RGB (Red+Green+Blue) = 68+138+218=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #448ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ADA is #BB7525. Grayscale: #7D7D7D. Windows color (decimal): -12285222 or 14322244. OLE color: 14322244.
HSL color Cylindrical-coordinate representation of color #448ADA: hue angle of 212º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448ADA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 138 | 218 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.15 |
| HSL | 212º | 0.67% | 0.56% | - |
| HSV(B) | 212º | 0.69% | 0.85% | - |
| XYZ | 24.13 | 24.47 | 69.78 | - |
| YUV | 126.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 218 | 0.69 | 0.37 | 0 | 0.15 | 212 | 0.67 | 0.56 |
| Hex | 44 | 8A | DA | 45 | 25 | 0 | F | D4 | 43 | 38 |
| Octal | 104 | 212 | 332 | 105 | 45 | 0 | 17 | 324 | 103 | 70 |
| Binary | 1000100 | 10001010 | 11011010 | 1000101 | 100101 | 0 | 1111 | 11010100 | 1000011 | 111000 |
Color Harmonies of #448ADA
Complementary color
Monochromatic Colors of #448ADA
Black with #448ADA
Text Example
Text Example
White with #448ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ADA; }
p { color: rgb(68,138,218); }
H1.HeaderClassName
{
color: #448ADA;
}
.AnyTagClassName
{
color: #448ADA;
}
</style>
background-color css
<style>
a { background-color: #448ADA; }
a { background-color: rgb(68,138,218); }
div.DivClassName
{
background-color: #448ADA;
}
.BgClassName
{
background-color: #448ADA;
}
</style>
border-color css
<style>
span { border-color: #448ADA; }
span { border-color: rgb(68,138,218); }
td.TdClassName
{
border-color: #448ADA;
}
.TagClassName
{
border-color: #448ADA;
}
</style>