Shades of Cornflower Blue #719DF6
Tints of Cornflower Blue #719DF6
RGB
CMYK
RGB Variations
Color information
#719DF6 (or 0x719DF6) is known color: Cornflower Blue. HEX triplet: 71, 9D and F6. RGB value is (113,157,246). Sum of RGB (Red+Green+Blue) = 113+157+246=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #719DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719DF6 is #8E6209. Grayscale: #999999. Windows color (decimal): -9331210 or 16162161. OLE color: 16162161.
HSL color Cylindrical-coordinate representation of color #719DF6: hue angle of 220.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #719DF6 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 157 | 246 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.04 |
| HSL | 220.15º | 0.88% | 0.7% | - |
| HSV(B) | 220.15º | 0.54% | 0.96% | - |
| XYZ | 35.5 | 34.28 | 91.93 | - |
| YUV | 153.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 246 | 0.54 | 0.36 | 0 | 0.04 | 220.15 | 0.88 | 0.7 |
| Hex | 71 | 9D | F6 | 36 | 24 | 0 | 4 | DC | 58 | 46 |
| Octal | 161 | 235 | 366 | 66 | 44 | 0 | 4 | 334 | 130 | 106 |
| Binary | 1110001 | 10011101 | 11110110 | 110110 | 100100 | 0 | 100 | 11011100 | 1011000 | 1000110 |
Color Harmonies of #719DF6
Complementary color
Monochromatic Colors of #719DF6
Black with #719DF6
Text Example
Text Example
White with #719DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DF6; }
p { color: rgb(113,157,246); }
H1.HeaderClassName
{
color: #719DF6;
}
.AnyTagClassName
{
color: #719DF6;
}
</style>
background-color css
<style>
a { background-color: #719DF6; }
a { background-color: rgb(113,157,246); }
div.DivClassName
{
background-color: #719DF6;
}
.BgClassName
{
background-color: #719DF6;
}
</style>
border-color css
<style>
span { border-color: #719DF6; }
span { border-color: rgb(113,157,246); }
td.TdClassName
{
border-color: #719DF6;
}
.TagClassName
{
border-color: #719DF6;
}
</style>