Shades of Cornflower Blue #708DF7
Tints of Cornflower Blue #708DF7
RGB
CMYK
RGB Variations
Color information
#708DF7 (or 0x708DF7) is known color: Cornflower Blue. HEX triplet: 70, 8D and F7. RGB value is (112,141,247). Sum of RGB (Red+Green+Blue) = 112+141+247=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #708DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DF7 is #8F7208. Grayscale: #8F8F8F. Windows color (decimal): -9400841 or 16223600. OLE color: 16223600.
HSL color Cylindrical-coordinate representation of color #708DF7: hue angle of 227.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708DF7 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 141 | 247 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.03 |
| HSL | 227.11º | 0.89% | 0.7% | - |
| HSV(B) | 227.11º | 0.55% | 0.97% | - |
| XYZ | 33 | 29.21 | 91.89 | - |
| YUV | 144.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 247 | 0.55 | 0.43 | 0 | 0.03 | 227.11 | 0.89 | 0.7 |
| Hex | 70 | 8D | F7 | 37 | 2B | 0 | 3 | E3 | 59 | 46 |
| Octal | 160 | 215 | 367 | 67 | 53 | 0 | 3 | 343 | 131 | 106 |
| Binary | 1110000 | 10001101 | 11110111 | 110111 | 101011 | 0 | 11 | 11100011 | 1011001 | 1000110 |
Color Harmonies of #708DF7
Complementary color
Monochromatic Colors of #708DF7
Black with #708DF7
Text Example
Text Example
White with #708DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DF7; }
p { color: rgb(112,141,247); }
H1.HeaderClassName
{
color: #708DF7;
}
.AnyTagClassName
{
color: #708DF7;
}
</style>
background-color css
<style>
a { background-color: #708DF7; }
a { background-color: rgb(112,141,247); }
div.DivClassName
{
background-color: #708DF7;
}
.BgClassName
{
background-color: #708DF7;
}
</style>
border-color css
<style>
span { border-color: #708DF7; }
span { border-color: rgb(112,141,247); }
td.TdClassName
{
border-color: #708DF7;
}
.TagClassName
{
border-color: #708DF7;
}
</style>