Shades of Havelock Blue #448BD7
Tints of Havelock Blue #448BD7
RGB
CMYK
RGB Variations
Color information
#448BD7 (or 0x448BD7) is known color: Havelock Blue. HEX triplet: 44, 8B and D7. RGB value is (68,139,215). Sum of RGB (Red+Green+Blue) = 68+139+215=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #448BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BD7 is #BB7428. Grayscale: #7E7E7E. Windows color (decimal): -12284969 or 14125892. OLE color: 14125892.
HSL color Cylindrical-coordinate representation of color #448BD7: hue angle of 211.02º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448BD7 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 139 | 215 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.16 |
| HSL | 211.02º | 0.65% | 0.55% | - |
| HSV(B) | 211.02º | 0.68% | 0.84% | - |
| XYZ | 23.88 | 24.6 | 67.78 | - |
| YUV | 126.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 215 | 0.68 | 0.35 | 0 | 0.16 | 211.02 | 0.65 | 0.55 |
| Hex | 44 | 8B | D7 | 44 | 23 | 0 | 10 | D3 | 41 | 37 |
| Octal | 104 | 213 | 327 | 104 | 43 | 0 | 20 | 323 | 101 | 67 |
| Binary | 1000100 | 10001011 | 11010111 | 1000100 | 100011 | 0 | 10000 | 11010011 | 1000001 | 110111 |
Color Harmonies of #448BD7
Complementary color
Monochromatic Colors of #448BD7
Black with #448BD7
Text Example
Text Example
White with #448BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BD7; }
p { color: rgb(68,139,215); }
H1.HeaderClassName
{
color: #448BD7;
}
.AnyTagClassName
{
color: #448BD7;
}
</style>
background-color css
<style>
a { background-color: #448BD7; }
a { background-color: rgb(68,139,215); }
div.DivClassName
{
background-color: #448BD7;
}
.BgClassName
{
background-color: #448BD7;
}
</style>
border-color css
<style>
span { border-color: #448BD7; }
span { border-color: rgb(68,139,215); }
td.TdClassName
{
border-color: #448BD7;
}
.TagClassName
{
border-color: #448BD7;
}
</style>