Shades of Cornflower Blue #718EDF
Tints of Cornflower Blue #718EDF
RGB
CMYK
RGB Variations
Color information
#718EDF (or 0x718EDF) is known color: Cornflower Blue. HEX triplet: 71, 8E and DF. RGB value is (113,142,223). Sum of RGB (Red+Green+Blue) = 113+142+223=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #718EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EDF is #8E7120. Grayscale: #8E8E8E. Windows color (decimal): -9335073 or 14650993. OLE color: 14650993.
HSL color Cylindrical-coordinate representation of color #718EDF: hue angle of 224.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718EDF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 142 | 223 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.13 |
| HSL | 224.18º | 0.63% | 0.66% | - |
| HSV(B) | 224.18º | 0.49% | 0.87% | - |
| XYZ | 29.8 | 28.18 | 73.68 | - |
| YUV | 142.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 223 | 0.49 | 0.36 | 0 | 0.13 | 224.18 | 0.63 | 0.66 |
| Hex | 71 | 8E | DF | 31 | 24 | 0 | D | E0 | 3F | 42 |
| Octal | 161 | 216 | 337 | 61 | 44 | 0 | 15 | 340 | 77 | 102 |
| Binary | 1110001 | 10001110 | 11011111 | 110001 | 100100 | 0 | 1101 | 11100000 | 111111 | 1000010 |
Color Harmonies of #718EDF
Complementary color
Monochromatic Colors of #718EDF
Black with #718EDF
Text Example
Text Example
White with #718EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718EDF; }
p { color: rgb(113,142,223); }
H1.HeaderClassName
{
color: #718EDF;
}
.AnyTagClassName
{
color: #718EDF;
}
</style>
background-color css
<style>
a { background-color: #718EDF; }
a { background-color: rgb(113,142,223); }
div.DivClassName
{
background-color: #718EDF;
}
.BgClassName
{
background-color: #718EDF;
}
</style>
border-color css
<style>
span { border-color: #718EDF; }
span { border-color: rgb(113,142,223); }
td.TdClassName
{
border-color: #718EDF;
}
.TagClassName
{
border-color: #718EDF;
}
</style>