Shades of Cornflower Blue #718CEF
Tints of Cornflower Blue #718CEF
RGB
CMYK
RGB Variations
Color information
#718CEF (or 0x718CEF) is known color: Cornflower Blue. HEX triplet: 71, 8C and EF. RGB value is (113,140,239). Sum of RGB (Red+Green+Blue) = 113+140+239=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #718CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CEF is #8E7310. Grayscale: #8E8E8E. Windows color (decimal): -9335569 or 15699057. OLE color: 15699057.
HSL color Cylindrical-coordinate representation of color #718CEF: hue angle of 227.14º 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 #718CEF is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 140 | 239 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.06 |
| HSL | 227.14º | 0.8% | 0.69% | - |
| HSV(B) | 227.14º | 0.53% | 0.94% | - |
| XYZ | 31.77 | 28.5 | 85.49 | - |
| YUV | 143.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 239 | 0.53 | 0.41 | 0 | 0.06 | 227.14 | 0.8 | 0.69 |
| Hex | 71 | 8C | EF | 35 | 29 | 0 | 6 | E3 | 50 | 45 |
| Octal | 161 | 214 | 357 | 65 | 51 | 0 | 6 | 343 | 120 | 105 |
| Binary | 1110001 | 10001100 | 11101111 | 110101 | 101001 | 0 | 110 | 11100011 | 1010000 | 1000101 |
Color Harmonies of #718CEF
Complementary color
Monochromatic Colors of #718CEF
Black with #718CEF
Text Example
Text Example
White with #718CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CEF; }
p { color: rgb(113,140,239); }
H1.HeaderClassName
{
color: #718CEF;
}
.AnyTagClassName
{
color: #718CEF;
}
</style>
background-color css
<style>
a { background-color: #718CEF; }
a { background-color: rgb(113,140,239); }
div.DivClassName
{
background-color: #718CEF;
}
.BgClassName
{
background-color: #718CEF;
}
</style>
border-color css
<style>
span { border-color: #718CEF; }
span { border-color: rgb(113,140,239); }
td.TdClassName
{
border-color: #718CEF;
}
.TagClassName
{
border-color: #718CEF;
}
</style>