Shades of Cornflower Blue #708CEF
Tints of Cornflower Blue #708CEF
RGB
CMYK
RGB Variations
Color information
#708CEF (or 0x708CEF) is known color: Cornflower Blue. HEX triplet: 70, 8C and EF. RGB value is (112,140,239). Sum of RGB (Red+Green+Blue) = 112+140+239=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #708CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CEF is #8F7310. Grayscale: #8E8E8E. Windows color (decimal): -9401105 or 15699056. OLE color: 15699056.
HSL color Cylindrical-coordinate representation of color #708CEF: hue angle of 226.77º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708CEF is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 140 | 239 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.06 |
| HSL | 226.77º | 0.8% | 0.69% | - |
| HSV(B) | 226.77º | 0.53% | 0.94% | - |
| XYZ | 31.64 | 28.43 | 85.48 | - |
| YUV | 142.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 239 | 0.53 | 0.41 | 0 | 0.06 | 226.77 | 0.8 | 0.69 |
| Hex | 70 | 8C | EF | 35 | 29 | 0 | 6 | E3 | 50 | 45 |
| Octal | 160 | 214 | 357 | 65 | 51 | 0 | 6 | 343 | 120 | 105 |
| Binary | 1110000 | 10001100 | 11101111 | 110101 | 101001 | 0 | 110 | 11100011 | 1010000 | 1000101 |
Color Harmonies of #708CEF
Complementary color
Monochromatic Colors of #708CEF
Black with #708CEF
Text Example
Text Example
White with #708CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CEF; }
p { color: rgb(112,140,239); }
H1.HeaderClassName
{
color: #708CEF;
}
.AnyTagClassName
{
color: #708CEF;
}
</style>
background-color css
<style>
a { background-color: #708CEF; }
a { background-color: rgb(112,140,239); }
div.DivClassName
{
background-color: #708CEF;
}
.BgClassName
{
background-color: #708CEF;
}
</style>
border-color css
<style>
span { border-color: #708CEF; }
span { border-color: rgb(112,140,239); }
td.TdClassName
{
border-color: #708CEF;
}
.TagClassName
{
border-color: #708CEF;
}
</style>