Shades of Cornflower Blue #718CEE
Tints of Cornflower Blue #718CEE
RGB
CMYK
RGB Variations
Color information
#718CEE (or 0x718CEE) is known color: Cornflower Blue. HEX triplet: 71, 8C and EE. RGB value is (113,140,238). Sum of RGB (Red+Green+Blue) = 113+140+238=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #718CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CEE is #8E7311. Grayscale: #8E8E8E. Windows color (decimal): -9335570 or 15633521. OLE color: 15633521.
HSL color Cylindrical-coordinate representation of color #718CEE: hue angle of 227.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718CEE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 140 | 238 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.07 |
| HSL | 227.04º | 0.79% | 0.69% | - |
| HSV(B) | 227.04º | 0.53% | 0.93% | - |
| XYZ | 31.62 | 28.44 | 84.71 | - |
| YUV | 143.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 238 | 0.53 | 0.41 | 0 | 0.07 | 227.04 | 0.79 | 0.69 |
| Hex | 71 | 8C | EE | 35 | 29 | 0 | 7 | E3 | 4F | 45 |
| Octal | 161 | 214 | 356 | 65 | 51 | 0 | 7 | 343 | 117 | 105 |
| Binary | 1110001 | 10001100 | 11101110 | 110101 | 101001 | 0 | 111 | 11100011 | 1001111 | 1000101 |
Color Harmonies of #718CEE
Complementary color
Monochromatic Colors of #718CEE
Black with #718CEE
Text Example
Text Example
White with #718CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CEE; }
p { color: rgb(113,140,238); }
H1.HeaderClassName
{
color: #718CEE;
}
.AnyTagClassName
{
color: #718CEE;
}
</style>
background-color css
<style>
a { background-color: #718CEE; }
a { background-color: rgb(113,140,238); }
div.DivClassName
{
background-color: #718CEE;
}
.BgClassName
{
background-color: #718CEE;
}
</style>
border-color css
<style>
span { border-color: #718CEE; }
span { border-color: rgb(113,140,238); }
td.TdClassName
{
border-color: #718CEE;
}
.TagClassName
{
border-color: #718CEE;
}
</style>