Shades of Cornflower Blue #708DED
Tints of Cornflower Blue #708DED
RGB
CMYK
RGB Variations
Color information
#708DED (or 0x708DED) is known color: Cornflower Blue. HEX triplet: 70, 8D and ED. RGB value is (112,141,237). Sum of RGB (Red+Green+Blue) = 112+141+237=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #708DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DED is #8F7212. Grayscale: #8E8E8E. Windows color (decimal): -9400851 or 15568240. OLE color: 15568240.
HSL color Cylindrical-coordinate representation of color #708DED: hue angle of 226.08º 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 #708DED is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 141 | 237 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.07 |
| HSL | 226.08º | 0.78% | 0.68% | - |
| HSV(B) | 226.08º | 0.53% | 0.93% | - |
| XYZ | 31.49 | 28.61 | 83.98 | - |
| YUV | 143.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 237 | 0.53 | 0.41 | 0 | 0.07 | 226.08 | 0.78 | 0.68 |
| Hex | 70 | 8D | ED | 35 | 29 | 0 | 7 | E2 | 4E | 44 |
| Octal | 160 | 215 | 355 | 65 | 51 | 0 | 7 | 342 | 116 | 104 |
| Binary | 1110000 | 10001101 | 11101101 | 110101 | 101001 | 0 | 111 | 11100010 | 1001110 | 1000100 |
Color Harmonies of #708DED
Complementary color
Monochromatic Colors of #708DED
Black with #708DED
Text Example
Text Example
White with #708DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DED; }
p { color: rgb(112,141,237); }
H1.HeaderClassName
{
color: #708DED;
}
.AnyTagClassName
{
color: #708DED;
}
</style>
background-color css
<style>
a { background-color: #708DED; }
a { background-color: rgb(112,141,237); }
div.DivClassName
{
background-color: #708DED;
}
.BgClassName
{
background-color: #708DED;
}
</style>
border-color css
<style>
span { border-color: #708DED; }
span { border-color: rgb(112,141,237); }
td.TdClassName
{
border-color: #708DED;
}
.TagClassName
{
border-color: #708DED;
}
</style>