Shades of Cornflower Blue #708DF3
Tints of Cornflower Blue #708DF3
RGB
CMYK
RGB Variations
Color information
#708DF3 (or 0x708DF3) is known color: Cornflower Blue. HEX triplet: 70, 8D and F3. RGB value is (112,141,243). Sum of RGB (Red+Green+Blue) = 112+141+243=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #708DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DF3 is #8F720C. Grayscale: #8F8F8F. Windows color (decimal): -9400845 or 15961456. OLE color: 15961456.
HSL color Cylindrical-coordinate representation of color #708DF3: hue angle of 226.72º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #708DF3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 141 | 243 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.05 |
| HSL | 226.72º | 0.85% | 0.7% | - |
| HSV(B) | 226.72º | 0.54% | 0.95% | - |
| XYZ | 32.38 | 28.97 | 88.68 | - |
| YUV | 143.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 243 | 0.54 | 0.42 | 0 | 0.05 | 226.72 | 0.85 | 0.7 |
| Hex | 70 | 8D | F3 | 36 | 2A | 0 | 5 | E3 | 55 | 46 |
| Octal | 160 | 215 | 363 | 66 | 52 | 0 | 5 | 343 | 125 | 106 |
| Binary | 1110000 | 10001101 | 11110011 | 110110 | 101010 | 0 | 101 | 11100011 | 1010101 | 1000110 |
Color Harmonies of #708DF3
Complementary color
Monochromatic Colors of #708DF3
Black with #708DF3
Text Example
Text Example
White with #708DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DF3; }
p { color: rgb(112,141,243); }
H1.HeaderClassName
{
color: #708DF3;
}
.AnyTagClassName
{
color: #708DF3;
}
</style>
background-color css
<style>
a { background-color: #708DF3; }
a { background-color: rgb(112,141,243); }
div.DivClassName
{
background-color: #708DF3;
}
.BgClassName
{
background-color: #708DF3;
}
</style>
border-color css
<style>
span { border-color: #708DF3; }
span { border-color: rgb(112,141,243); }
td.TdClassName
{
border-color: #708DF3;
}
.TagClassName
{
border-color: #708DF3;
}
</style>