Shades of Cornflower Blue #708CF2
Tints of Cornflower Blue #708CF2
RGB
CMYK
RGB Variations
Color information
#708CF2 (or 0x708CF2) is known color: Cornflower Blue. HEX triplet: 70, 8C and F2. RGB value is (112,140,242). Sum of RGB (Red+Green+Blue) = 112+140+242=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #708CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CF2 is #8F730D. Grayscale: #8E8E8E. Windows color (decimal): -9401102 or 15895664. OLE color: 15895664.
HSL color Cylindrical-coordinate representation of color #708CF2: hue angle of 227.08º 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 #708CF2 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 140 | 242 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.05 |
| HSL | 227.08º | 0.83% | 0.69% | - |
| HSV(B) | 227.08º | 0.54% | 0.95% | - |
| XYZ | 32.09 | 28.61 | 87.84 | - |
| YUV | 143.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 242 | 0.54 | 0.42 | 0 | 0.05 | 227.08 | 0.83 | 0.69 |
| Hex | 70 | 8C | F2 | 36 | 2A | 0 | 5 | E3 | 53 | 45 |
| Octal | 160 | 214 | 362 | 66 | 52 | 0 | 5 | 343 | 123 | 105 |
| Binary | 1110000 | 10001100 | 11110010 | 110110 | 101010 | 0 | 101 | 11100011 | 1010011 | 1000101 |
Color Harmonies of #708CF2
Complementary color
Monochromatic Colors of #708CF2
Black with #708CF2
Text Example
Text Example
White with #708CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CF2; }
p { color: rgb(112,140,242); }
H1.HeaderClassName
{
color: #708CF2;
}
.AnyTagClassName
{
color: #708CF2;
}
</style>
background-color css
<style>
a { background-color: #708CF2; }
a { background-color: rgb(112,140,242); }
div.DivClassName
{
background-color: #708CF2;
}
.BgClassName
{
background-color: #708CF2;
}
</style>
border-color css
<style>
span { border-color: #708CF2; }
span { border-color: rgb(112,140,242); }
td.TdClassName
{
border-color: #708CF2;
}
.TagClassName
{
border-color: #708CF2;
}
</style>