Shades of Cornflower Blue #708FED
Tints of Cornflower Blue #708FED
RGB
CMYK
RGB Variations
Color information
#708FED (or 0x708FED) is known color: Cornflower Blue. HEX triplet: 70, 8F and ED. RGB value is (112,143,237). Sum of RGB (Red+Green+Blue) = 112+143+237=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #708FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FED is #8F7012. Grayscale: #909090. Windows color (decimal): -9400339 or 15568752. OLE color: 15568752.
HSL color Cylindrical-coordinate representation of color #708FED: hue angle of 225.12º 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 #708FED is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 143 | 237 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.07 |
| HSL | 225.12º | 0.78% | 0.68% | - |
| HSV(B) | 225.12º | 0.53% | 0.93% | - |
| XYZ | 31.79 | 29.2 | 84.08 | - |
| YUV | 144.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 237 | 0.53 | 0.40 | 0 | 0.07 | 225.12 | 0.78 | 0.68 |
| Hex | 70 | 8F | ED | 35 | 28 | 0 | 7 | E1 | 4E | 44 |
| Octal | 160 | 217 | 355 | 65 | 50 | 0 | 7 | 341 | 116 | 104 |
| Binary | 1110000 | 10001111 | 11101101 | 110101 | 101000 | 0 | 111 | 11100001 | 1001110 | 1000100 |
Color Harmonies of #708FED
Complementary color
Monochromatic Colors of #708FED
Black with #708FED
Text Example
Text Example
White with #708FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FED; }
p { color: rgb(112,143,237); }
H1.HeaderClassName
{
color: #708FED;
}
.AnyTagClassName
{
color: #708FED;
}
</style>
background-color css
<style>
a { background-color: #708FED; }
a { background-color: rgb(112,143,237); }
div.DivClassName
{
background-color: #708FED;
}
.BgClassName
{
background-color: #708FED;
}
</style>
border-color css
<style>
span { border-color: #708FED; }
span { border-color: rgb(112,143,237); }
td.TdClassName
{
border-color: #708FED;
}
.TagClassName
{
border-color: #708FED;
}
</style>