Shades of Cornflower Blue #718EEC
Tints of Cornflower Blue #718EEC
RGB
CMYK
RGB Variations
Color information
#718EEC (or 0x718EEC) is known color: Cornflower Blue. HEX triplet: 71, 8E and EC. RGB value is (113,142,236). Sum of RGB (Red+Green+Blue) = 113+142+236=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #718EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718EEC is #8E7113. Grayscale: #8F8F8F. Windows color (decimal): -9335060 or 15502961. OLE color: 15502961.
HSL color Cylindrical-coordinate representation of color #718EEC: hue angle of 225.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718EEC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 142 | 236 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.07 |
| HSL | 225.85º | 0.76% | 0.68% | - |
| HSV(B) | 225.85º | 0.52% | 0.93% | - |
| XYZ | 31.62 | 28.91 | 83.27 | - |
| YUV | 144.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 236 | 0.52 | 0.40 | 0 | 0.07 | 225.85 | 0.76 | 0.68 |
| Hex | 71 | 8E | EC | 34 | 28 | 0 | 7 | E2 | 4C | 44 |
| Octal | 161 | 216 | 354 | 64 | 50 | 0 | 7 | 342 | 114 | 104 |
| Binary | 1110001 | 10001110 | 11101100 | 110100 | 101000 | 0 | 111 | 11100010 | 1001100 | 1000100 |
Color Harmonies of #718EEC
Complementary color
Monochromatic Colors of #718EEC
Black with #718EEC
Text Example
Text Example
White with #718EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718EEC; }
p { color: rgb(113,142,236); }
H1.HeaderClassName
{
color: #718EEC;
}
.AnyTagClassName
{
color: #718EEC;
}
</style>
background-color css
<style>
a { background-color: #718EEC; }
a { background-color: rgb(113,142,236); }
div.DivClassName
{
background-color: #718EEC;
}
.BgClassName
{
background-color: #718EEC;
}
</style>
border-color css
<style>
span { border-color: #718EEC; }
span { border-color: rgb(113,142,236); }
td.TdClassName
{
border-color: #718EEC;
}
.TagClassName
{
border-color: #718EEC;
}
</style>