Shades of Cornflower Blue #7294EC
Tints of Cornflower Blue #7294EC
RGB
CMYK
RGB Variations
Color information
#7294EC (or 0x7294EC) is known color: Cornflower Blue. HEX triplet: 72, 94 and EC. RGB value is (114,148,236). Sum of RGB (Red+Green+Blue) = 114+148+236=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #7294EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7294EC is #8D6B13. Grayscale: #939393. Windows color (decimal): -9267988 or 15504498. OLE color: 15504498.
HSL color Cylindrical-coordinate representation of color #7294EC: hue angle of 223.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7294EC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 148 | 236 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.07 |
| HSL | 223.28º | 0.76% | 0.69% | - |
| HSV(B) | 223.28º | 0.52% | 0.93% | - |
| XYZ | 32.67 | 30.81 | 83.58 | - |
| YUV | 147.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 236 | 0.52 | 0.37 | 0 | 0.07 | 223.28 | 0.76 | 0.69 |
| Hex | 72 | 94 | EC | 34 | 25 | 0 | 7 | DF | 4C | 45 |
| Octal | 162 | 224 | 354 | 64 | 45 | 0 | 7 | 337 | 114 | 105 |
| Binary | 1110010 | 10010100 | 11101100 | 110100 | 100101 | 0 | 111 | 11011111 | 1001100 | 1000101 |
Color Harmonies of #7294EC
Complementary color
Monochromatic Colors of #7294EC
Black with #7294EC
Text Example
Text Example
White with #7294EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7294EC; }
p { color: rgb(114,148,236); }
H1.HeaderClassName
{
color: #7294EC;
}
.AnyTagClassName
{
color: #7294EC;
}
</style>
background-color css
<style>
a { background-color: #7294EC; }
a { background-color: rgb(114,148,236); }
div.DivClassName
{
background-color: #7294EC;
}
.BgClassName
{
background-color: #7294EC;
}
</style>
border-color css
<style>
span { border-color: #7294EC; }
span { border-color: rgb(114,148,236); }
td.TdClassName
{
border-color: #7294EC;
}
.TagClassName
{
border-color: #7294EC;
}
</style>