Shades of Cornflower Blue #7191EC
Tints of Cornflower Blue #7191EC
RGB
CMYK
RGB Variations
Color information
#7191EC (or 0x7191EC) is known color: Cornflower Blue. HEX triplet: 71, 91 and EC. RGB value is (113,145,236). Sum of RGB (Red+Green+Blue) = 113+145+236=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #7191EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7191EC is #8E6E13. Grayscale: #919191. Windows color (decimal): -9334292 or 15503729. OLE color: 15503729.
HSL color Cylindrical-coordinate representation of color #7191EC: hue angle of 224.39º 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 #7191EC is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 145 | 236 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.07 |
| HSL | 224.39º | 0.76% | 0.68% | - |
| HSV(B) | 224.39º | 0.52% | 0.93% | - |
| XYZ | 32.08 | 29.82 | 83.42 | - |
| YUV | 145.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 236 | 0.52 | 0.39 | 0 | 0.07 | 224.39 | 0.76 | 0.68 |
| Hex | 71 | 91 | EC | 34 | 27 | 0 | 7 | E0 | 4C | 44 |
| Octal | 161 | 221 | 354 | 64 | 47 | 0 | 7 | 340 | 114 | 104 |
| Binary | 1110001 | 10010001 | 11101100 | 110100 | 100111 | 0 | 111 | 11100000 | 1001100 | 1000100 |
Color Harmonies of #7191EC
Complementary color
Monochromatic Colors of #7191EC
Black with #7191EC
Text Example
Text Example
White with #7191EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191EC; }
p { color: rgb(113,145,236); }
H1.HeaderClassName
{
color: #7191EC;
}
.AnyTagClassName
{
color: #7191EC;
}
</style>
background-color css
<style>
a { background-color: #7191EC; }
a { background-color: rgb(113,145,236); }
div.DivClassName
{
background-color: #7191EC;
}
.BgClassName
{
background-color: #7191EC;
}
</style>
border-color css
<style>
span { border-color: #7191EC; }
span { border-color: rgb(113,145,236); }
td.TdClassName
{
border-color: #7191EC;
}
.TagClassName
{
border-color: #7191EC;
}
</style>