Shades of Cornflower Blue #708EF3
Tints of Cornflower Blue #708EF3
RGB
CMYK
RGB Variations
Color information
#708EF3 (or 0x708EF3) is known color: Cornflower Blue. HEX triplet: 70, 8E and F3. RGB value is (112,142,243). Sum of RGB (Red+Green+Blue) = 112+142+243=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #708EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EF3 is #8F710C. Grayscale: #909090. Windows color (decimal): -9400589 or 15961712. OLE color: 15961712.
HSL color Cylindrical-coordinate representation of color #708EF3: hue angle of 226.26º 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 #708EF3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 142 | 243 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.05 |
| HSL | 226.26º | 0.85% | 0.7% | - |
| HSV(B) | 226.26º | 0.54% | 0.95% | - |
| XYZ | 32.53 | 29.26 | 88.73 | - |
| YUV | 144.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 243 | 0.54 | 0.42 | 0 | 0.05 | 226.26 | 0.85 | 0.7 |
| Hex | 70 | 8E | F3 | 36 | 2A | 0 | 5 | E2 | 55 | 46 |
| Octal | 160 | 216 | 363 | 66 | 52 | 0 | 5 | 342 | 125 | 106 |
| Binary | 1110000 | 10001110 | 11110011 | 110110 | 101010 | 0 | 101 | 11100010 | 1010101 | 1000110 |
Color Harmonies of #708EF3
Complementary color
Monochromatic Colors of #708EF3
Black with #708EF3
Text Example
Text Example
White with #708EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EF3; }
p { color: rgb(112,142,243); }
H1.HeaderClassName
{
color: #708EF3;
}
.AnyTagClassName
{
color: #708EF3;
}
</style>
background-color css
<style>
a { background-color: #708EF3; }
a { background-color: rgb(112,142,243); }
div.DivClassName
{
background-color: #708EF3;
}
.BgClassName
{
background-color: #708EF3;
}
</style>
border-color css
<style>
span { border-color: #708EF3; }
span { border-color: rgb(112,142,243); }
td.TdClassName
{
border-color: #708EF3;
}
.TagClassName
{
border-color: #708EF3;
}
</style>