Shades of Cornflower Blue #7394EC
Tints of Cornflower Blue #7394EC
RGB
CMYK
RGB Variations
Color information
#7394EC (or 0x7394EC) is known color: Cornflower Blue. HEX triplet: 73, 94 and EC. RGB value is (115,148,236). Sum of RGB (Red+Green+Blue) = 115+148+236=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #7394EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7394EC is #8C6B13. Grayscale: #939393. Windows color (decimal): -9202452 or 15504499. OLE color: 15504499.
HSL color Cylindrical-coordinate representation of color #7394EC: hue angle of 223.64º 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 #7394EC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 148 | 236 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.07 |
| HSL | 223.64º | 0.76% | 0.69% | - |
| HSV(B) | 223.64º | 0.51% | 0.93% | - |
| XYZ | 32.8 | 30.88 | 83.59 | - |
| YUV | 148.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 236 | 0.51 | 0.37 | 0 | 0.07 | 223.64 | 0.76 | 0.69 |
| Hex | 73 | 94 | EC | 33 | 25 | 0 | 7 | E0 | 4C | 45 |
| Octal | 163 | 224 | 354 | 63 | 45 | 0 | 7 | 340 | 114 | 105 |
| Binary | 1110011 | 10010100 | 11101100 | 110011 | 100101 | 0 | 111 | 11100000 | 1001100 | 1000101 |
Color Harmonies of #7394EC
Complementary color
Monochromatic Colors of #7394EC
Black with #7394EC
Text Example
Text Example
White with #7394EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7394EC; }
p { color: rgb(115,148,236); }
H1.HeaderClassName
{
color: #7394EC;
}
.AnyTagClassName
{
color: #7394EC;
}
</style>
background-color css
<style>
a { background-color: #7394EC; }
a { background-color: rgb(115,148,236); }
div.DivClassName
{
background-color: #7394EC;
}
.BgClassName
{
background-color: #7394EC;
}
</style>
border-color css
<style>
span { border-color: #7394EC; }
span { border-color: rgb(115,148,236); }
td.TdClassName
{
border-color: #7394EC;
}
.TagClassName
{
border-color: #7394EC;
}
</style>