Shades of Cornflower Blue #7391EC
Tints of Cornflower Blue #7391EC
RGB
CMYK
RGB Variations
Color information
#7391EC (or 0x7391EC) is known color: Cornflower Blue. HEX triplet: 73, 91 and EC. RGB value is (115,145,236). Sum of RGB (Red+Green+Blue) = 115+145+236=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 145 (57.03% from 255 or 29.23% 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 #7391EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7391EC is #8C6E13. Grayscale: #929292. Windows color (decimal): -9203220 or 15503731. OLE color: 15503731.
HSL color Cylindrical-coordinate representation of color #7391EC: hue angle of 225.12º 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 #7391EC is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 145 | 236 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.07 |
| HSL | 225.12º | 0.76% | 0.69% | - |
| HSV(B) | 225.12º | 0.51% | 0.93% | - |
| XYZ | 32.34 | 29.95 | 83.43 | - |
| YUV | 146.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 236 | 0.51 | 0.39 | 0 | 0.07 | 225.12 | 0.76 | 0.69 |
| Hex | 73 | 91 | EC | 33 | 27 | 0 | 7 | E1 | 4C | 45 |
| Octal | 163 | 221 | 354 | 63 | 47 | 0 | 7 | 341 | 114 | 105 |
| Binary | 1110011 | 10010001 | 11101100 | 110011 | 100111 | 0 | 111 | 11100001 | 1001100 | 1000101 |
Color Harmonies of #7391EC
Complementary color
Monochromatic Colors of #7391EC
Black with #7391EC
Text Example
Text Example
White with #7391EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7391EC; }
p { color: rgb(115,145,236); }
H1.HeaderClassName
{
color: #7391EC;
}
.AnyTagClassName
{
color: #7391EC;
}
</style>
background-color css
<style>
a { background-color: #7391EC; }
a { background-color: rgb(115,145,236); }
div.DivClassName
{
background-color: #7391EC;
}
.BgClassName
{
background-color: #7391EC;
}
</style>
border-color css
<style>
span { border-color: #7391EC; }
span { border-color: rgb(115,145,236); }
td.TdClassName
{
border-color: #7391EC;
}
.TagClassName
{
border-color: #7391EC;
}
</style>