Shades of Cornflower Blue #707EE1
Tints of Cornflower Blue #707EE1
RGB
CMYK
RGB Variations
Color information
#707EE1 (or 0x707EE1) is known color: Cornflower Blue. HEX triplet: 70, 7E and E1. RGB value is (112,126,225). Sum of RGB (Red+Green+Blue) = 112+126+225=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #707EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EE1 is #8F811E. Grayscale: #848484. Windows color (decimal): -9404703 or 14777968. OLE color: 14777968.
HSL color Cylindrical-coordinate representation of color #707EE1: hue angle of 232.57º degrees, saturation: 0.65, 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 #707EE1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 126 | 225 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.12 |
| HSL | 232.57º | 0.65% | 0.66% | - |
| HSV(B) | 232.57º | 0.5% | 0.88% | - |
| XYZ | 27.73 | 23.8 | 74.37 | - |
| YUV | 133.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 225 | 0.50 | 0.44 | 0 | 0.12 | 232.57 | 0.65 | 0.66 |
| Hex | 70 | 7E | E1 | 32 | 2C | 0 | C | E9 | 41 | 42 |
| Octal | 160 | 176 | 341 | 62 | 54 | 0 | 14 | 351 | 101 | 102 |
| Binary | 1110000 | 1111110 | 11100001 | 110010 | 101100 | 0 | 1100 | 11101001 | 1000001 | 1000010 |
Color Harmonies of #707EE1
Complementary color
Monochromatic Colors of #707EE1
Black with #707EE1
Text Example
Text Example
White with #707EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EE1; }
p { color: rgb(112,126,225); }
H1.HeaderClassName
{
color: #707EE1;
}
.AnyTagClassName
{
color: #707EE1;
}
</style>
background-color css
<style>
a { background-color: #707EE1; }
a { background-color: rgb(112,126,225); }
div.DivClassName
{
background-color: #707EE1;
}
.BgClassName
{
background-color: #707EE1;
}
</style>
border-color css
<style>
span { border-color: #707EE1; }
span { border-color: rgb(112,126,225); }
td.TdClassName
{
border-color: #707EE1;
}
.TagClassName
{
border-color: #707EE1;
}
</style>