Shades of Cornflower Blue #718DF2
Tints of Cornflower Blue #718DF2
RGB
CMYK
RGB Variations
Color information
#718DF2 (or 0x718DF2) is known color: Cornflower Blue. HEX triplet: 71, 8D and F2. RGB value is (113,141,242). Sum of RGB (Red+Green+Blue) = 113+141+242=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #718DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718DF2 is #8E720D. Grayscale: #8F8F8F. Windows color (decimal): -9335310 or 15895921. OLE color: 15895921.
HSL color Cylindrical-coordinate representation of color #718DF2: hue angle of 226.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718DF2 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 141 | 242 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.05 |
| HSL | 226.98º | 0.83% | 0.7% | - |
| HSV(B) | 226.98º | 0.53% | 0.95% | - |
| XYZ | 32.36 | 28.97 | 87.89 | - |
| YUV | 144.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 242 | 0.53 | 0.42 | 0 | 0.05 | 226.98 | 0.83 | 0.7 |
| Hex | 71 | 8D | F2 | 35 | 2A | 0 | 5 | E3 | 53 | 46 |
| Octal | 161 | 215 | 362 | 65 | 52 | 0 | 5 | 343 | 123 | 106 |
| Binary | 1110001 | 10001101 | 11110010 | 110101 | 101010 | 0 | 101 | 11100011 | 1010011 | 1000110 |
Color Harmonies of #718DF2
Complementary color
Monochromatic Colors of #718DF2
Black with #718DF2
Text Example
Text Example
White with #718DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DF2; }
p { color: rgb(113,141,242); }
H1.HeaderClassName
{
color: #718DF2;
}
.AnyTagClassName
{
color: #718DF2;
}
</style>
background-color css
<style>
a { background-color: #718DF2; }
a { background-color: rgb(113,141,242); }
div.DivClassName
{
background-color: #718DF2;
}
.BgClassName
{
background-color: #718DF2;
}
</style>
border-color css
<style>
span { border-color: #718DF2; }
span { border-color: rgb(113,141,242); }
td.TdClassName
{
border-color: #718DF2;
}
.TagClassName
{
border-color: #718DF2;
}
</style>