Shades of Cornflower Blue #708CF3
Tints of Cornflower Blue #708CF3
RGB
CMYK
RGB Variations
Color information
#708CF3 (or 0x708CF3) is known color: Cornflower Blue. HEX triplet: 70, 8C and F3. RGB value is (112,140,243). Sum of RGB (Red+Green+Blue) = 112+140+243=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #708CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CF3 is #8F730C. Grayscale: #8E8E8E. Windows color (decimal): -9401101 or 15961200. OLE color: 15961200.
HSL color Cylindrical-coordinate representation of color #708CF3: hue angle of 227.18º 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 #708CF3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 140 | 243 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.05 |
| HSL | 227.18º | 0.85% | 0.7% | - |
| HSV(B) | 227.18º | 0.54% | 0.95% | - |
| XYZ | 32.24 | 28.67 | 88.63 | - |
| YUV | 143.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 243 | 0.54 | 0.42 | 0 | 0.05 | 227.18 | 0.85 | 0.7 |
| Hex | 70 | 8C | F3 | 36 | 2A | 0 | 5 | E3 | 55 | 46 |
| Octal | 160 | 214 | 363 | 66 | 52 | 0 | 5 | 343 | 125 | 106 |
| Binary | 1110000 | 10001100 | 11110011 | 110110 | 101010 | 0 | 101 | 11100011 | 1010101 | 1000110 |
Color Harmonies of #708CF3
Complementary color
Monochromatic Colors of #708CF3
Black with #708CF3
Text Example
Text Example
White with #708CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CF3; }
p { color: rgb(112,140,243); }
H1.HeaderClassName
{
color: #708CF3;
}
.AnyTagClassName
{
color: #708CF3;
}
</style>
background-color css
<style>
a { background-color: #708CF3; }
a { background-color: rgb(112,140,243); }
div.DivClassName
{
background-color: #708CF3;
}
.BgClassName
{
background-color: #708CF3;
}
</style>
border-color css
<style>
span { border-color: #708CF3; }
span { border-color: rgb(112,140,243); }
td.TdClassName
{
border-color: #708CF3;
}
.TagClassName
{
border-color: #708CF3;
}
</style>