Shades of Cornflower Blue #708BF2
Tints of Cornflower Blue #708BF2
RGB
CMYK
RGB Variations
Color information
#708BF2 (or 0x708BF2) is known color: Cornflower Blue. HEX triplet: 70, 8B and F2. RGB value is (112,139,242). Sum of RGB (Red+Green+Blue) = 112+139+242=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #708BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BF2 is #8F740D. Grayscale: #8E8E8E. Windows color (decimal): -9401358 or 15895408. OLE color: 15895408.
HSL color Cylindrical-coordinate representation of color #708BF2: hue angle of 227.54º 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 #708BF2 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 139 | 242 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.05 |
| HSL | 227.54º | 0.83% | 0.69% | - |
| HSV(B) | 227.54º | 0.54% | 0.95% | - |
| XYZ | 31.94 | 28.32 | 87.79 | - |
| YUV | 142.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 242 | 0.54 | 0.43 | 0 | 0.05 | 227.54 | 0.83 | 0.69 |
| Hex | 70 | 8B | F2 | 36 | 2B | 0 | 5 | E4 | 53 | 45 |
| Octal | 160 | 213 | 362 | 66 | 53 | 0 | 5 | 344 | 123 | 105 |
| Binary | 1110000 | 10001011 | 11110010 | 110110 | 101011 | 0 | 101 | 11100100 | 1010011 | 1000101 |
Color Harmonies of #708BF2
Complementary color
Monochromatic Colors of #708BF2
Black with #708BF2
Text Example
Text Example
White with #708BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BF2; }
p { color: rgb(112,139,242); }
H1.HeaderClassName
{
color: #708BF2;
}
.AnyTagClassName
{
color: #708BF2;
}
</style>
background-color css
<style>
a { background-color: #708BF2; }
a { background-color: rgb(112,139,242); }
div.DivClassName
{
background-color: #708BF2;
}
.BgClassName
{
background-color: #708BF2;
}
</style>
border-color css
<style>
span { border-color: #708BF2; }
span { border-color: rgb(112,139,242); }
td.TdClassName
{
border-color: #708BF2;
}
.TagClassName
{
border-color: #708BF2;
}
</style>