Shades of Cornflower Blue #718CE6
Tints of Cornflower Blue #718CE6
RGB
CMYK
RGB Variations
Color information
#718CE6 (or 0x718CE6) is known color: Cornflower Blue. HEX triplet: 71, 8C and E6. RGB value is (113,140,230). Sum of RGB (Red+Green+Blue) = 113+140+230=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #718CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CE6 is #8E7319. Grayscale: #8D8D8D. Windows color (decimal): -9335578 or 15109233. OLE color: 15109233.
HSL color Cylindrical-coordinate representation of color #718CE6: hue angle of 226.15º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #718CE6 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 140 | 230 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.10 |
| HSL | 226.15º | 0.7% | 0.67% | - |
| HSV(B) | 226.15º | 0.51% | 0.9% | - |
| XYZ | 30.47 | 27.98 | 78.66 | - |
| YUV | 142.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 230 | 0.51 | 0.39 | 0 | 0.10 | 226.15 | 0.7 | 0.67 |
| Hex | 71 | 8C | E6 | 33 | 27 | 0 | A | E2 | 46 | 43 |
| Octal | 161 | 214 | 346 | 63 | 47 | 0 | 12 | 342 | 106 | 103 |
| Binary | 1110001 | 10001100 | 11100110 | 110011 | 100111 | 0 | 1010 | 11100010 | 1000110 | 1000011 |
Color Harmonies of #718CE6
Complementary color
Monochromatic Colors of #718CE6
Black with #718CE6
Text Example
Text Example
White with #718CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CE6; }
p { color: rgb(113,140,230); }
H1.HeaderClassName
{
color: #718CE6;
}
.AnyTagClassName
{
color: #718CE6;
}
</style>
background-color css
<style>
a { background-color: #718CE6; }
a { background-color: rgb(113,140,230); }
div.DivClassName
{
background-color: #718CE6;
}
.BgClassName
{
background-color: #718CE6;
}
</style>
border-color css
<style>
span { border-color: #718CE6; }
span { border-color: rgb(113,140,230); }
td.TdClassName
{
border-color: #718CE6;
}
.TagClassName
{
border-color: #718CE6;
}
</style>