Shades of Cornflower Blue #7084E5
Tints of Cornflower Blue #7084E5
RGB
CMYK
RGB Variations
Color information
#7084E5 (or 0x7084E5) is known color: Cornflower Blue. HEX triplet: 70, 84 and E5. RGB value is (112,132,229). Sum of RGB (Red+Green+Blue) = 112+132+229=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #7084E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084E5 is #8F7B1A. Grayscale: #888888. Windows color (decimal): -9403163 or 15041648. OLE color: 15041648.
HSL color Cylindrical-coordinate representation of color #7084E5: hue angle of 229.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7084E5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 132 | 229 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.10 |
| HSL | 229.74º | 0.69% | 0.67% | - |
| HSV(B) | 229.74º | 0.51% | 0.9% | - |
| XYZ | 29.08 | 25.6 | 77.54 | - |
| YUV | 137.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 229 | 0.51 | 0.42 | 0 | 0.10 | 229.74 | 0.69 | 0.67 |
| Hex | 70 | 84 | E5 | 33 | 2A | 0 | A | E6 | 45 | 43 |
| Octal | 160 | 204 | 345 | 63 | 52 | 0 | 12 | 346 | 105 | 103 |
| Binary | 1110000 | 10000100 | 11100101 | 110011 | 101010 | 0 | 1010 | 11100110 | 1000101 | 1000011 |
Color Harmonies of #7084E5
Complementary color
Monochromatic Colors of #7084E5
Black with #7084E5
Text Example
Text Example
White with #7084E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7084E5; }
p { color: rgb(112,132,229); }
H1.HeaderClassName
{
color: #7084E5;
}
.AnyTagClassName
{
color: #7084E5;
}
</style>
background-color css
<style>
a { background-color: #7084E5; }
a { background-color: rgb(112,132,229); }
div.DivClassName
{
background-color: #7084E5;
}
.BgClassName
{
background-color: #7084E5;
}
</style>
border-color css
<style>
span { border-color: #7084E5; }
span { border-color: rgb(112,132,229); }
td.TdClassName
{
border-color: #7084E5;
}
.TagClassName
{
border-color: #7084E5;
}
</style>