Shades of Cornflower Blue #718FED
Tints of Cornflower Blue #718FED
RGB
CMYK
RGB Variations
Color information
#718FED (or 0x718FED) is known color: Cornflower Blue. HEX triplet: 71, 8F and ED. RGB value is (113,143,237). Sum of RGB (Red+Green+Blue) = 113+143+237=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #718FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FED is #8E7012. Grayscale: #909090. Windows color (decimal): -9334803 or 15568753. OLE color: 15568753.
HSL color Cylindrical-coordinate representation of color #718FED: hue angle of 225.48º 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 #718FED is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 143 | 237 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.07 |
| HSL | 225.48º | 0.78% | 0.69% | - |
| HSV(B) | 225.48º | 0.52% | 0.93% | - |
| XYZ | 31.92 | 29.27 | 84.09 | - |
| YUV | 144.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 237 | 0.52 | 0.40 | 0 | 0.07 | 225.48 | 0.78 | 0.69 |
| Hex | 71 | 8F | ED | 34 | 28 | 0 | 7 | E1 | 4E | 45 |
| Octal | 161 | 217 | 355 | 64 | 50 | 0 | 7 | 341 | 116 | 105 |
| Binary | 1110001 | 10001111 | 11101101 | 110100 | 101000 | 0 | 111 | 11100001 | 1001110 | 1000101 |
Color Harmonies of #718FED
Complementary color
Monochromatic Colors of #718FED
Black with #718FED
Text Example
Text Example
White with #718FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FED; }
p { color: rgb(113,143,237); }
H1.HeaderClassName
{
color: #718FED;
}
.AnyTagClassName
{
color: #718FED;
}
</style>
background-color css
<style>
a { background-color: #718FED; }
a { background-color: rgb(113,143,237); }
div.DivClassName
{
background-color: #718FED;
}
.BgClassName
{
background-color: #718FED;
}
</style>
border-color css
<style>
span { border-color: #718FED; }
span { border-color: rgb(113,143,237); }
td.TdClassName
{
border-color: #718FED;
}
.TagClassName
{
border-color: #718FED;
}
</style>