Shades of Cornflower Blue #719CEC
Tints of Cornflower Blue #719CEC
RGB
CMYK
RGB Variations
Color information
#719CEC (or 0x719CEC) is known color: Cornflower Blue. HEX triplet: 71, 9C and EC. RGB value is (113,156,236). Sum of RGB (Red+Green+Blue) = 113+156+236=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #719CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719CEC is #8E6313. Grayscale: #979797. Windows color (decimal): -9331476 or 15506545. OLE color: 15506545.
HSL color Cylindrical-coordinate representation of color #719CEC: hue angle of 219.02º 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 #719CEC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 156 | 236 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.07 |
| HSL | 219.02º | 0.76% | 0.68% | - |
| HSV(B) | 219.02º | 0.52% | 0.93% | - |
| XYZ | 33.84 | 33.34 | 84.01 | - |
| YUV | 152.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 236 | 0.52 | 0.34 | 0 | 0.07 | 219.02 | 0.76 | 0.68 |
| Hex | 71 | 9C | EC | 34 | 22 | 0 | 7 | DB | 4C | 44 |
| Octal | 161 | 234 | 354 | 64 | 42 | 0 | 7 | 333 | 114 | 104 |
| Binary | 1110001 | 10011100 | 11101100 | 110100 | 100010 | 0 | 111 | 11011011 | 1001100 | 1000100 |
Color Harmonies of #719CEC
Complementary color
Monochromatic Colors of #719CEC
Black with #719CEC
Text Example
Text Example
White with #719CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CEC; }
p { color: rgb(113,156,236); }
H1.HeaderClassName
{
color: #719CEC;
}
.AnyTagClassName
{
color: #719CEC;
}
</style>
background-color css
<style>
a { background-color: #719CEC; }
a { background-color: rgb(113,156,236); }
div.DivClassName
{
background-color: #719CEC;
}
.BgClassName
{
background-color: #719CEC;
}
</style>
border-color css
<style>
span { border-color: #719CEC; }
span { border-color: rgb(113,156,236); }
td.TdClassName
{
border-color: #719CEC;
}
.TagClassName
{
border-color: #719CEC;
}
</style>