Shades of Havelock Blue #447FCE
Tints of Havelock Blue #447FCE
RGB
CMYK
RGB Variations
Color information
#447FCE (or 0x447FCE) is known color: Havelock Blue. HEX triplet: 44, 7F and CE. RGB value is (68,127,206). Sum of RGB (Red+Green+Blue) = 68+127+206=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #447FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FCE is #BB8031. Grayscale: #757575. Windows color (decimal): -12288050 or 13532996. OLE color: 13532996.
HSL color Cylindrical-coordinate representation of color #447FCE: hue angle of 214.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447FCE is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 127 | 206 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.19 |
| HSL | 214.35º | 0.58% | 0.54% | - |
| HSV(B) | 214.35º | 0.67% | 0.81% | - |
| XYZ | 21.11 | 20.86 | 61.31 | - |
| YUV | 118.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 206 | 0.67 | 0.38 | 0 | 0.19 | 214.35 | 0.58 | 0.54 |
| Hex | 44 | 7F | CE | 43 | 26 | 0 | 13 | D6 | 3A | 36 |
| Octal | 104 | 177 | 316 | 103 | 46 | 0 | 23 | 326 | 72 | 66 |
| Binary | 1000100 | 1111111 | 11001110 | 1000011 | 100110 | 0 | 10011 | 11010110 | 111010 | 110110 |
Color Harmonies of #447FCE
Complementary color
Monochromatic Colors of #447FCE
Black with #447FCE
Text Example
Text Example
White with #447FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FCE; }
p { color: rgb(68,127,206); }
H1.HeaderClassName
{
color: #447FCE;
}
.AnyTagClassName
{
color: #447FCE;
}
</style>
background-color css
<style>
a { background-color: #447FCE; }
a { background-color: rgb(68,127,206); }
div.DivClassName
{
background-color: #447FCE;
}
.BgClassName
{
background-color: #447FCE;
}
</style>
border-color css
<style>
span { border-color: #447FCE; }
span { border-color: rgb(68,127,206); }
td.TdClassName
{
border-color: #447FCE;
}
.TagClassName
{
border-color: #447FCE;
}
</style>