Shades of Cornflower Blue #4490EC
Tints of Cornflower Blue #4490EC
RGB
CMYK
RGB Variations
Color information
#4490EC (or 0x4490EC) is known color: Cornflower Blue. HEX triplet: 44, 90 and EC. RGB value is (68,144,236). Sum of RGB (Red+Green+Blue) = 68+144+236=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #4490EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4490EC is #BB6F13. Grayscale: #838383. Windows color (decimal): -12283668 or 15503428. OLE color: 15503428.
HSL color Cylindrical-coordinate representation of color #4490EC: hue angle of 212.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4490EC is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 144 | 236 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.07 |
| HSL | 212.86º | 0.82% | 0.6% | - |
| HSV(B) | 212.86º | 0.71% | 0.93% | - |
| XYZ | 27.5 | 27.23 | 83.16 | - |
| YUV | 131.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 236 | 0.71 | 0.39 | 0 | 0.07 | 212.86 | 0.82 | 0.6 |
| Hex | 44 | 90 | EC | 47 | 27 | 0 | 7 | D5 | 52 | 3C |
| Octal | 104 | 220 | 354 | 107 | 47 | 0 | 7 | 325 | 122 | 74 |
| Binary | 1000100 | 10010000 | 11101100 | 1000111 | 100111 | 0 | 111 | 11010101 | 1010010 | 111100 |
Color Harmonies of #4490EC
Complementary color
Monochromatic Colors of #4490EC
Black with #4490EC
Text Example
Text Example
White with #4490EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490EC; }
p { color: rgb(68,144,236); }
H1.HeaderClassName
{
color: #4490EC;
}
.AnyTagClassName
{
color: #4490EC;
}
</style>
background-color css
<style>
a { background-color: #4490EC; }
a { background-color: rgb(68,144,236); }
div.DivClassName
{
background-color: #4490EC;
}
.BgClassName
{
background-color: #4490EC;
}
</style>
border-color css
<style>
span { border-color: #4490EC; }
span { border-color: rgb(68,144,236); }
td.TdClassName
{
border-color: #4490EC;
}
.TagClassName
{
border-color: #4490EC;
}
</style>