Shades of Cornflower Blue #719DEC
Tints of Cornflower Blue #719DEC
RGB
CMYK
RGB Variations
Color information
#719DEC (or 0x719DEC) is known color: Cornflower Blue. HEX triplet: 71, 9D and EC. RGB value is (113,157,236). Sum of RGB (Red+Green+Blue) = 113+157+236=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #719DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719DEC is #8E6213. Grayscale: #989898. Windows color (decimal): -9331220 or 15506801. OLE color: 15506801.
HSL color Cylindrical-coordinate representation of color #719DEC: hue angle of 218.54º 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 #719DEC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 157 | 236 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.07 |
| HSL | 218.54º | 0.76% | 0.68% | - |
| HSV(B) | 218.54º | 0.52% | 0.93% | - |
| XYZ | 34.01 | 33.68 | 84.07 | - |
| YUV | 152.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 236 | 0.52 | 0.33 | 0 | 0.07 | 218.54 | 0.76 | 0.68 |
| Hex | 71 | 9D | EC | 34 | 21 | 0 | 7 | DB | 4C | 44 |
| Octal | 161 | 235 | 354 | 64 | 41 | 0 | 7 | 333 | 114 | 104 |
| Binary | 1110001 | 10011101 | 11101100 | 110100 | 100001 | 0 | 111 | 11011011 | 1001100 | 1000100 |
Color Harmonies of #719DEC
Complementary color
Monochromatic Colors of #719DEC
Black with #719DEC
Text Example
Text Example
White with #719DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DEC; }
p { color: rgb(113,157,236); }
H1.HeaderClassName
{
color: #719DEC;
}
.AnyTagClassName
{
color: #719DEC;
}
</style>
background-color css
<style>
a { background-color: #719DEC; }
a { background-color: rgb(113,157,236); }
div.DivClassName
{
background-color: #719DEC;
}
.BgClassName
{
background-color: #719DEC;
}
</style>
border-color css
<style>
span { border-color: #719DEC; }
span { border-color: rgb(113,157,236); }
td.TdClassName
{
border-color: #719DEC;
}
.TagClassName
{
border-color: #719DEC;
}
</style>