Shades of Cornflower Blue #718DED
Tints of Cornflower Blue #718DED
RGB
CMYK
RGB Variations
Color information
#718DED (or 0x718DED) is known color: Cornflower Blue. HEX triplet: 71, 8D and ED. RGB value is (113,141,237). Sum of RGB (Red+Green+Blue) = 113+141+237=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #718DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718DED is #8E7212. Grayscale: #8F8F8F. Windows color (decimal): -9335315 or 15568241. OLE color: 15568241.
HSL color Cylindrical-coordinate representation of color #718DED: hue angle of 226.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718DED is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 141 | 237 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.07 |
| HSL | 226.45º | 0.78% | 0.69% | - |
| HSV(B) | 226.45º | 0.52% | 0.93% | - |
| XYZ | 31.62 | 28.67 | 83.99 | - |
| YUV | 143.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 237 | 0.52 | 0.41 | 0 | 0.07 | 226.45 | 0.78 | 0.69 |
| Hex | 71 | 8D | ED | 34 | 29 | 0 | 7 | E2 | 4E | 45 |
| Octal | 161 | 215 | 355 | 64 | 51 | 0 | 7 | 342 | 116 | 105 |
| Binary | 1110001 | 10001101 | 11101101 | 110100 | 101001 | 0 | 111 | 11100010 | 1001110 | 1000101 |
Color Harmonies of #718DED
Complementary color
Monochromatic Colors of #718DED
Black with #718DED
Text Example
Text Example
White with #718DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DED; }
p { color: rgb(113,141,237); }
H1.HeaderClassName
{
color: #718DED;
}
.AnyTagClassName
{
color: #718DED;
}
</style>
background-color css
<style>
a { background-color: #718DED; }
a { background-color: rgb(113,141,237); }
div.DivClassName
{
background-color: #718DED;
}
.BgClassName
{
background-color: #718DED;
}
</style>
border-color css
<style>
span { border-color: #718DED; }
span { border-color: rgb(113,141,237); }
td.TdClassName
{
border-color: #718DED;
}
.TagClassName
{
border-color: #718DED;
}
</style>