Shades of Cornflower Blue #708EF2
Tints of Cornflower Blue #708EF2
RGB
CMYK
RGB Variations
Color information
#708EF2 (or 0x708EF2) is known color: Cornflower Blue. HEX triplet: 70, 8E and F2. RGB value is (112,142,242). Sum of RGB (Red+Green+Blue) = 112+142+242=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #708EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EF2 is #8F710D. Grayscale: #909090. Windows color (decimal): -9400590 or 15896176. OLE color: 15896176.
HSL color Cylindrical-coordinate representation of color #708EF2: hue angle of 226.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #708EF2 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 142 | 242 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.05 |
| HSL | 226.15º | 0.83% | 0.69% | - |
| HSV(B) | 226.15º | 0.54% | 0.95% | - |
| XYZ | 32.38 | 29.2 | 87.93 | - |
| YUV | 144.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 242 | 0.54 | 0.41 | 0 | 0.05 | 226.15 | 0.83 | 0.69 |
| Hex | 70 | 8E | F2 | 36 | 29 | 0 | 5 | E2 | 53 | 45 |
| Octal | 160 | 216 | 362 | 66 | 51 | 0 | 5 | 342 | 123 | 105 |
| Binary | 1110000 | 10001110 | 11110010 | 110110 | 101001 | 0 | 101 | 11100010 | 1010011 | 1000101 |
Color Harmonies of #708EF2
Complementary color
Monochromatic Colors of #708EF2
Black with #708EF2
Text Example
Text Example
White with #708EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EF2; }
p { color: rgb(112,142,242); }
H1.HeaderClassName
{
color: #708EF2;
}
.AnyTagClassName
{
color: #708EF2;
}
</style>
background-color css
<style>
a { background-color: #708EF2; }
a { background-color: rgb(112,142,242); }
div.DivClassName
{
background-color: #708EF2;
}
.BgClassName
{
background-color: #708EF2;
}
</style>
border-color css
<style>
span { border-color: #708EF2; }
span { border-color: rgb(112,142,242); }
td.TdClassName
{
border-color: #708EF2;
}
.TagClassName
{
border-color: #708EF2;
}
</style>