Shades of Cornflower Blue #708CE7
Tints of Cornflower Blue #708CE7
RGB
CMYK
RGB Variations
Color information
#708CE7 (or 0x708CE7) is known color: Cornflower Blue. HEX triplet: 70, 8C and E7. RGB value is (112,140,231). Sum of RGB (Red+Green+Blue) = 112+140+231=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #708CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CE7 is #8F7318. Grayscale: #8D8D8D. Windows color (decimal): -9401113 or 15174768. OLE color: 15174768.
HSL color Cylindrical-coordinate representation of color #708CE7: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708CE7 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 140 | 231 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.09 |
| HSL | 225.88º | 0.71% | 0.67% | - |
| HSV(B) | 225.88º | 0.52% | 0.91% | - |
| XYZ | 30.48 | 27.97 | 79.39 | - |
| YUV | 142 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 231 | 0.52 | 0.39 | 0 | 0.09 | 225.88 | 0.71 | 0.67 |
| Hex | 70 | 8C | E7 | 34 | 27 | 0 | 9 | E2 | 47 | 43 |
| Octal | 160 | 214 | 347 | 64 | 47 | 0 | 11 | 342 | 107 | 103 |
| Binary | 1110000 | 10001100 | 11100111 | 110100 | 100111 | 0 | 1001 | 11100010 | 1000111 | 1000011 |
Color Harmonies of #708CE7
Complementary color
Monochromatic Colors of #708CE7
Black with #708CE7
Text Example
Text Example
White with #708CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CE7; }
p { color: rgb(112,140,231); }
H1.HeaderClassName
{
color: #708CE7;
}
.AnyTagClassName
{
color: #708CE7;
}
</style>
background-color css
<style>
a { background-color: #708CE7; }
a { background-color: rgb(112,140,231); }
div.DivClassName
{
background-color: #708CE7;
}
.BgClassName
{
background-color: #708CE7;
}
</style>
border-color css
<style>
span { border-color: #708CE7; }
span { border-color: rgb(112,140,231); }
td.TdClassName
{
border-color: #708CE7;
}
.TagClassName
{
border-color: #708CE7;
}
</style>