Shades of Cornflower Blue #718BE2
Tints of Cornflower Blue #718BE2
RGB
CMYK
RGB Variations
Color information
#718BE2 (or 0x718BE2) is known color: Cornflower Blue. HEX triplet: 71, 8B and E2. RGB value is (113,139,226). Sum of RGB (Red+Green+Blue) = 113+139+226=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #718BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BE2 is #8E741D. Grayscale: #8C8C8C. Windows color (decimal): -9335838 or 14846833. OLE color: 14846833.
HSL color Cylindrical-coordinate representation of color #718BE2: hue angle of 226.19º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718BE2 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 139 | 226 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.11 |
| HSL | 226.19º | 0.66% | 0.66% | - |
| HSV(B) | 226.19º | 0.5% | 0.89% | - |
| XYZ | 29.77 | 27.47 | 75.68 | - |
| YUV | 141.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 226 | 0.5 | 0.38 | 0 | 0.11 | 226.19 | 0.66 | 0.66 |
| Hex | 71 | 8B | E2 | 32 | 26 | 0 | B | E2 | 42 | 42 |
| Octal | 161 | 213 | 342 | 62 | 46 | 0 | 13 | 342 | 102 | 102 |
| Binary | 1110001 | 10001011 | 11100010 | 110010 | 100110 | 0 | 1011 | 11100010 | 1000010 | 1000010 |
Color Harmonies of #718BE2
Complementary color
Monochromatic Colors of #718BE2
Black with #718BE2
Text Example
Text Example
White with #718BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BE2; }
p { color: rgb(113,139,226); }
H1.HeaderClassName
{
color: #718BE2;
}
.AnyTagClassName
{
color: #718BE2;
}
</style>
background-color css
<style>
a { background-color: #718BE2; }
a { background-color: rgb(113,139,226); }
div.DivClassName
{
background-color: #718BE2;
}
.BgClassName
{
background-color: #718BE2;
}
</style>
border-color css
<style>
span { border-color: #718BE2; }
span { border-color: rgb(113,139,226); }
td.TdClassName
{
border-color: #718BE2;
}
.TagClassName
{
border-color: #718BE2;
}
</style>