Shades of Cornflower Blue #718EDC
Tints of Cornflower Blue #718EDC
RGB
CMYK
RGB Variations
Color information
#718EDC (or 0x718EDC) is known color: Cornflower Blue. HEX triplet: 71, 8E and DC. RGB value is (113,142,220). Sum of RGB (Red+Green+Blue) = 113+142+220=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #718EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EDC is #8E7123. Grayscale: #8D8D8D. Windows color (decimal): -9335076 or 14454385. OLE color: 14454385.
HSL color Cylindrical-coordinate representation of color #718EDC: hue angle of 223.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718EDC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 142 | 220 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.14 |
| HSL | 223.74º | 0.6% | 0.65% | - |
| HSV(B) | 223.74º | 0.49% | 0.86% | - |
| XYZ | 29.4 | 28.02 | 71.57 | - |
| YUV | 142.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 220 | 0.49 | 0.35 | 0 | 0.14 | 223.74 | 0.6 | 0.65 |
| Hex | 71 | 8E | DC | 31 | 23 | 0 | E | E0 | 3C | 41 |
| Octal | 161 | 216 | 334 | 61 | 43 | 0 | 16 | 340 | 74 | 101 |
| Binary | 1110001 | 10001110 | 11011100 | 110001 | 100011 | 0 | 1110 | 11100000 | 111100 | 1000001 |
Color Harmonies of #718EDC
Complementary color
Monochromatic Colors of #718EDC
Black with #718EDC
Text Example
Text Example
White with #718EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718EDC; }
p { color: rgb(113,142,220); }
H1.HeaderClassName
{
color: #718EDC;
}
.AnyTagClassName
{
color: #718EDC;
}
</style>
background-color css
<style>
a { background-color: #718EDC; }
a { background-color: rgb(113,142,220); }
div.DivClassName
{
background-color: #718EDC;
}
.BgClassName
{
background-color: #718EDC;
}
</style>
border-color css
<style>
span { border-color: #718EDC; }
span { border-color: rgb(113,142,220); }
td.TdClassName
{
border-color: #718EDC;
}
.TagClassName
{
border-color: #718EDC;
}
</style>