Shades of Cornflower Blue #708EED
Tints of Cornflower Blue #708EED
RGB
CMYK
RGB Variations
Color information
#708EED (or 0x708EED) is known color: Cornflower Blue. HEX triplet: 70, 8E and ED. RGB value is (112,142,237). Sum of RGB (Red+Green+Blue) = 112+142+237=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #708EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EED is #8F7112. Grayscale: #8F8F8F. Windows color (decimal): -9400595 or 15568496. OLE color: 15568496.
HSL color Cylindrical-coordinate representation of color #708EED: hue angle of 225.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708EED is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 142 | 237 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.07 |
| HSL | 225.6º | 0.78% | 0.68% | - |
| HSV(B) | 225.6º | 0.53% | 0.93% | - |
| XYZ | 31.64 | 28.91 | 84.03 | - |
| YUV | 143.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 237 | 0.53 | 0.40 | 0 | 0.07 | 225.6 | 0.78 | 0.68 |
| Hex | 70 | 8E | ED | 35 | 28 | 0 | 7 | E2 | 4E | 44 |
| Octal | 160 | 216 | 355 | 65 | 50 | 0 | 7 | 342 | 116 | 104 |
| Binary | 1110000 | 10001110 | 11101101 | 110101 | 101000 | 0 | 111 | 11100010 | 1001110 | 1000100 |
Color Harmonies of #708EED
Complementary color
Monochromatic Colors of #708EED
Black with #708EED
Text Example
Text Example
White with #708EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EED; }
p { color: rgb(112,142,237); }
H1.HeaderClassName
{
color: #708EED;
}
.AnyTagClassName
{
color: #708EED;
}
</style>
background-color css
<style>
a { background-color: #708EED; }
a { background-color: rgb(112,142,237); }
div.DivClassName
{
background-color: #708EED;
}
.BgClassName
{
background-color: #708EED;
}
</style>
border-color css
<style>
span { border-color: #708EED; }
span { border-color: rgb(112,142,237); }
td.TdClassName
{
border-color: #708EED;
}
.TagClassName
{
border-color: #708EED;
}
</style>