Shades of Havelock Blue #447FCF
Tints of Havelock Blue #447FCF
RGB
CMYK
RGB Variations
Color information
#447FCF (or 0x447FCF) is known color: Havelock Blue. HEX triplet: 44, 7F and CF. RGB value is (68,127,207). Sum of RGB (Red+Green+Blue) = 68+127+207=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #447FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FCF is #BB8030. Grayscale: #767676. Windows color (decimal): -12288049 or 13598532. OLE color: 13598532.
HSL color Cylindrical-coordinate representation of color #447FCF: hue angle of 214.53º degrees, saturation: 0.59, 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 #447FCF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 127 | 207 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.19 |
| HSL | 214.53º | 0.59% | 0.54% | - |
| HSV(B) | 214.53º | 0.67% | 0.81% | - |
| XYZ | 21.24 | 20.91 | 61.95 | - |
| YUV | 118.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 207 | 0.67 | 0.39 | 0 | 0.19 | 214.53 | 0.59 | 0.54 |
| Hex | 44 | 7F | CF | 43 | 27 | 0 | 13 | D7 | 3B | 36 |
| Octal | 104 | 177 | 317 | 103 | 47 | 0 | 23 | 327 | 73 | 66 |
| Binary | 1000100 | 1111111 | 11001111 | 1000011 | 100111 | 0 | 10011 | 11010111 | 111011 | 110110 |
Color Harmonies of #447FCF
Complementary color
Monochromatic Colors of #447FCF
Black with #447FCF
Text Example
Text Example
White with #447FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FCF; }
p { color: rgb(68,127,207); }
H1.HeaderClassName
{
color: #447FCF;
}
.AnyTagClassName
{
color: #447FCF;
}
</style>
background-color css
<style>
a { background-color: #447FCF; }
a { background-color: rgb(68,127,207); }
div.DivClassName
{
background-color: #447FCF;
}
.BgClassName
{
background-color: #447FCF;
}
</style>
border-color css
<style>
span { border-color: #447FCF; }
span { border-color: rgb(68,127,207); }
td.TdClassName
{
border-color: #447FCF;
}
.TagClassName
{
border-color: #447FCF;
}
</style>