Shades of Havelock Blue #447FD5
Tints of Havelock Blue #447FD5
RGB
CMYK
RGB Variations
Color information
#447FD5 (or 0x447FD5) is known color: Havelock Blue. HEX triplet: 44, 7F and D5. RGB value is (68,127,213). Sum of RGB (Red+Green+Blue) = 68+127+213=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #447FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FD5 is #BB802A. Grayscale: #767676. Windows color (decimal): -12288043 or 13991748. OLE color: 13991748.
HSL color Cylindrical-coordinate representation of color #447FD5: hue angle of 215.59º degrees, saturation: 0.63, 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 #447FD5 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 127 | 213 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.16 |
| HSL | 215.59º | 0.63% | 0.55% | - |
| HSV(B) | 215.59º | 0.68% | 0.84% | - |
| XYZ | 21.98 | 21.21 | 65.89 | - |
| YUV | 119.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 213 | 0.68 | 0.40 | 0 | 0.16 | 215.59 | 0.63 | 0.55 |
| Hex | 44 | 7F | D5 | 44 | 28 | 0 | 10 | D8 | 3F | 37 |
| Octal | 104 | 177 | 325 | 104 | 50 | 0 | 20 | 330 | 77 | 67 |
| Binary | 1000100 | 1111111 | 11010101 | 1000100 | 101000 | 0 | 10000 | 11011000 | 111111 | 110111 |
Color Harmonies of #447FD5
Complementary color
Monochromatic Colors of #447FD5
Black with #447FD5
Text Example
Text Example
White with #447FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FD5; }
p { color: rgb(68,127,213); }
H1.HeaderClassName
{
color: #447FD5;
}
.AnyTagClassName
{
color: #447FD5;
}
</style>
background-color css
<style>
a { background-color: #447FD5; }
a { background-color: rgb(68,127,213); }
div.DivClassName
{
background-color: #447FD5;
}
.BgClassName
{
background-color: #447FD5;
}
</style>
border-color css
<style>
span { border-color: #447FD5; }
span { border-color: rgb(68,127,213); }
td.TdClassName
{
border-color: #447FD5;
}
.TagClassName
{
border-color: #447FD5;
}
</style>