Shades of Cornflower Blue #7194EC
Tints of Cornflower Blue #7194EC
RGB
CMYK
RGB Variations
Color information
#7194EC (or 0x7194EC) is known color: Cornflower Blue. HEX triplet: 71, 94 and EC. RGB value is (113,148,236). Sum of RGB (Red+Green+Blue) = 113+148+236=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #7194EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194EC is #8E6B13. Grayscale: #939393. Windows color (decimal): -9333524 or 15504497. OLE color: 15504497.
HSL color Cylindrical-coordinate representation of color #7194EC: hue angle of 222.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7194EC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 148 | 236 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.07 |
| HSL | 222.93º | 0.76% | 0.68% | - |
| HSV(B) | 222.93º | 0.52% | 0.93% | - |
| XYZ | 32.54 | 30.75 | 83.58 | - |
| YUV | 147.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 236 | 0.52 | 0.37 | 0 | 0.07 | 222.93 | 0.76 | 0.68 |
| Hex | 71 | 94 | EC | 34 | 25 | 0 | 7 | DF | 4C | 44 |
| Octal | 161 | 224 | 354 | 64 | 45 | 0 | 7 | 337 | 114 | 104 |
| Binary | 1110001 | 10010100 | 11101100 | 110100 | 100101 | 0 | 111 | 11011111 | 1001100 | 1000100 |
Color Harmonies of #7194EC
Complementary color
Monochromatic Colors of #7194EC
Black with #7194EC
Text Example
Text Example
White with #7194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194EC; }
p { color: rgb(113,148,236); }
H1.HeaderClassName
{
color: #7194EC;
}
.AnyTagClassName
{
color: #7194EC;
}
</style>
background-color css
<style>
a { background-color: #7194EC; }
a { background-color: rgb(113,148,236); }
div.DivClassName
{
background-color: #7194EC;
}
.BgClassName
{
background-color: #7194EC;
}
</style>
border-color css
<style>
span { border-color: #7194EC; }
span { border-color: rgb(113,148,236); }
td.TdClassName
{
border-color: #7194EC;
}
.TagClassName
{
border-color: #7194EC;
}
</style>