Shades of Cornflower Blue #7090EC
Tints of Cornflower Blue #7090EC
RGB
CMYK
RGB Variations
Color information
#7090EC (or 0x7090EC) is known color: Cornflower Blue. HEX triplet: 70, 90 and EC. RGB value is (112,144,236). Sum of RGB (Red+Green+Blue) = 112+144+236=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #7090EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7090EC is #8F6F13. Grayscale: #909090. Windows color (decimal): -9400084 or 15503472. OLE color: 15503472.
HSL color Cylindrical-coordinate representation of color #7090EC: hue angle of 224.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7090EC is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 144 | 236 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.07 |
| HSL | 224.52º | 0.77% | 0.68% | - |
| HSV(B) | 224.52º | 0.53% | 0.93% | - |
| XYZ | 31.8 | 29.45 | 83.36 | - |
| YUV | 144.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 236 | 0.53 | 0.39 | 0 | 0.07 | 224.52 | 0.77 | 0.68 |
| Hex | 70 | 90 | EC | 35 | 27 | 0 | 7 | E1 | 4D | 44 |
| Octal | 160 | 220 | 354 | 65 | 47 | 0 | 7 | 341 | 115 | 104 |
| Binary | 1110000 | 10010000 | 11101100 | 110101 | 100111 | 0 | 111 | 11100001 | 1001101 | 1000100 |
Color Harmonies of #7090EC
Complementary color
Monochromatic Colors of #7090EC
Black with #7090EC
Text Example
Text Example
White with #7090EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090EC; }
p { color: rgb(112,144,236); }
H1.HeaderClassName
{
color: #7090EC;
}
.AnyTagClassName
{
color: #7090EC;
}
</style>
background-color css
<style>
a { background-color: #7090EC; }
a { background-color: rgb(112,144,236); }
div.DivClassName
{
background-color: #7090EC;
}
.BgClassName
{
background-color: #7090EC;
}
</style>
border-color css
<style>
span { border-color: #7090EC; }
span { border-color: rgb(112,144,236); }
td.TdClassName
{
border-color: #7090EC;
}
.TagClassName
{
border-color: #7090EC;
}
</style>