Shades of Cornflower Blue #7091E0
Tints of Cornflower Blue #7091E0
RGB
CMYK
RGB Variations
Color information
#7091E0 (or 0x7091E0) is known color: Cornflower Blue. HEX triplet: 70, 91 and E0. RGB value is (112,145,224). Sum of RGB (Red+Green+Blue) = 112+145+224=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #7091E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091E0 is #8F6E1F. Grayscale: #8F8F8F. Windows color (decimal): -9399840 or 14717296. OLE color: 14717296.
HSL color Cylindrical-coordinate representation of color #7091E0: hue angle of 222.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7091E0 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 145 | 224 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.12 |
| HSL | 222.32º | 0.64% | 0.66% | - |
| HSV(B) | 222.32º | 0.5% | 0.88% | - |
| XYZ | 30.26 | 29.08 | 74.54 | - |
| YUV | 144.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 224 | 0.50 | 0.35 | 0 | 0.12 | 222.32 | 0.64 | 0.66 |
| Hex | 70 | 91 | E0 | 32 | 23 | 0 | C | DE | 40 | 42 |
| Octal | 160 | 221 | 340 | 62 | 43 | 0 | 14 | 336 | 100 | 102 |
| Binary | 1110000 | 10010001 | 11100000 | 110010 | 100011 | 0 | 1100 | 11011110 | 1000000 | 1000010 |
Color Harmonies of #7091E0
Complementary color
Monochromatic Colors of #7091E0
Black with #7091E0
Text Example
Text Example
White with #7091E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7091E0; }
p { color: rgb(112,145,224); }
H1.HeaderClassName
{
color: #7091E0;
}
.AnyTagClassName
{
color: #7091E0;
}
</style>
background-color css
<style>
a { background-color: #7091E0; }
a { background-color: rgb(112,145,224); }
div.DivClassName
{
background-color: #7091E0;
}
.BgClassName
{
background-color: #7091E0;
}
</style>
border-color css
<style>
span { border-color: #7091E0; }
span { border-color: rgb(112,145,224); }
td.TdClassName
{
border-color: #7091E0;
}
.TagClassName
{
border-color: #7091E0;
}
</style>