Shades of Cornflower Blue #7490EC
Tints of Cornflower Blue #7490EC
RGB
CMYK
RGB Variations
Color information
#7490EC (or 0x7490EC) is known color: Cornflower Blue. HEX triplet: 74, 90 and EC. RGB value is (116,144,236). Sum of RGB (Red+Green+Blue) = 116+144+236=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #7490EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490EC is #8B6F13. Grayscale: #919191. Windows color (decimal): -9137940 or 15503476. OLE color: 15503476.
HSL color Cylindrical-coordinate representation of color #7490EC: hue angle of 226º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7490EC is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 144 | 236 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.07 |
| HSL | 226º | 0.76% | 0.69% | - |
| HSV(B) | 226º | 0.51% | 0.93% | - |
| XYZ | 32.32 | 29.72 | 83.39 | - |
| YUV | 146.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 236 | 0.51 | 0.39 | 0 | 0.07 | 226 | 0.76 | 0.69 |
| Hex | 74 | 90 | EC | 33 | 27 | 0 | 7 | E2 | 4C | 45 |
| Octal | 164 | 220 | 354 | 63 | 47 | 0 | 7 | 342 | 114 | 105 |
| Binary | 1110100 | 10010000 | 11101100 | 110011 | 100111 | 0 | 111 | 11100010 | 1001100 | 1000101 |
Color Harmonies of #7490EC
Complementary color
Monochromatic Colors of #7490EC
Black with #7490EC
Text Example
Text Example
White with #7490EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490EC; }
p { color: rgb(116,144,236); }
H1.HeaderClassName
{
color: #7490EC;
}
.AnyTagClassName
{
color: #7490EC;
}
</style>
background-color css
<style>
a { background-color: #7490EC; }
a { background-color: rgb(116,144,236); }
div.DivClassName
{
background-color: #7490EC;
}
.BgClassName
{
background-color: #7490EC;
}
</style>
border-color css
<style>
span { border-color: #7490EC; }
span { border-color: rgb(116,144,236); }
td.TdClassName
{
border-color: #7490EC;
}
.TagClassName
{
border-color: #7490EC;
}
</style>