Shades of Cornflower Blue #719EEC
Tints of Cornflower Blue #719EEC
RGB
CMYK
RGB Variations
Color information
#719EEC (or 0x719EEC) is known color: Cornflower Blue. HEX triplet: 71, 9E and EC. RGB value is (113,158,236). Sum of RGB (Red+Green+Blue) = 113+158+236=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #719EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EEC is #8E6113. Grayscale: #999999. Windows color (decimal): -9330964 or 15507057. OLE color: 15507057.
HSL color Cylindrical-coordinate representation of color #719EEC: hue angle of 218.05º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #719EEC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 158 | 236 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.07 |
| HSL | 218.05º | 0.76% | 0.68% | - |
| HSV(B) | 218.05º | 0.52% | 0.93% | - |
| XYZ | 34.18 | 34.02 | 84.12 | - |
| YUV | 153.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 236 | 0.52 | 0.33 | 0 | 0.07 | 218.05 | 0.76 | 0.68 |
| Hex | 71 | 9E | EC | 34 | 21 | 0 | 7 | DA | 4C | 44 |
| Octal | 161 | 236 | 354 | 64 | 41 | 0 | 7 | 332 | 114 | 104 |
| Binary | 1110001 | 10011110 | 11101100 | 110100 | 100001 | 0 | 111 | 11011010 | 1001100 | 1000100 |
Color Harmonies of #719EEC
Complementary color
Monochromatic Colors of #719EEC
Black with #719EEC
Text Example
Text Example
White with #719EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EEC; }
p { color: rgb(113,158,236); }
H1.HeaderClassName
{
color: #719EEC;
}
.AnyTagClassName
{
color: #719EEC;
}
</style>
background-color css
<style>
a { background-color: #719EEC; }
a { background-color: rgb(113,158,236); }
div.DivClassName
{
background-color: #719EEC;
}
.BgClassName
{
background-color: #719EEC;
}
</style>
border-color css
<style>
span { border-color: #719EEC; }
span { border-color: rgb(113,158,236); }
td.TdClassName
{
border-color: #719EEC;
}
.TagClassName
{
border-color: #719EEC;
}
</style>