Shades of Havelock Blue #447CD0
Tints of Havelock Blue #447CD0
RGB
CMYK
RGB Variations
Color information
#447CD0 (or 0x447CD0) is known color: Havelock Blue. HEX triplet: 44, 7C and D0. RGB value is (68,124,208). Sum of RGB (Red+Green+Blue) = 68+124+208=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #447CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CD0 is #BB832F. Grayscale: #747474. Windows color (decimal): -12288816 or 13663300. OLE color: 13663300.
HSL color Cylindrical-coordinate representation of color #447CD0: hue angle of 216º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447CD0 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 124 | 208 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.18 |
| HSL | 216º | 0.6% | 0.54% | - |
| HSV(B) | 216º | 0.67% | 0.82% | - |
| XYZ | 20.98 | 20.2 | 62.47 | - |
| YUV | 116.83 | 179.45 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 208 | 0.67 | 0.40 | 0 | 0.18 | 216 | 0.6 | 0.54 |
| Hex | 44 | 7C | D0 | 43 | 28 | 0 | 12 | D8 | 3C | 36 |
| Octal | 104 | 174 | 320 | 103 | 50 | 0 | 22 | 330 | 74 | 66 |
| Binary | 1000100 | 1111100 | 11010000 | 1000011 | 101000 | 0 | 10010 | 11011000 | 111100 | 110110 |
Color Harmonies of #447CD0
Complementary color
Monochromatic Colors of #447CD0
Black with #447CD0
Text Example
Text Example
White with #447CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CD0; }
p { color: rgb(68,124,208); }
H1.HeaderClassName
{
color: #447CD0;
}
.AnyTagClassName
{
color: #447CD0;
}
</style>
background-color css
<style>
a { background-color: #447CD0; }
a { background-color: rgb(68,124,208); }
div.DivClassName
{
background-color: #447CD0;
}
.BgClassName
{
background-color: #447CD0;
}
</style>
border-color css
<style>
span { border-color: #447CD0; }
span { border-color: rgb(68,124,208); }
td.TdClassName
{
border-color: #447CD0;
}
.TagClassName
{
border-color: #447CD0;
}
</style>