Shades of Cornflower Blue #719CF6
Tints of Cornflower Blue #719CF6
RGB
CMYK
RGB Variations
Color information
#719CF6 (or 0x719CF6) is known color: Cornflower Blue. HEX triplet: 71, 9C and F6. RGB value is (113,156,246). Sum of RGB (Red+Green+Blue) = 113+156+246=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #719CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719CF6 is #8E6309. Grayscale: #999999. Windows color (decimal): -9331466 or 16161905. OLE color: 16161905.
HSL color Cylindrical-coordinate representation of color #719CF6: hue angle of 220.6º 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 #719CF6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 156 | 246 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.04 |
| HSL | 220.6º | 0.88% | 0.7% | - |
| HSV(B) | 220.6º | 0.54% | 0.96% | - |
| XYZ | 35.33 | 33.94 | 91.88 | - |
| YUV | 153.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 246 | 0.54 | 0.37 | 0 | 0.04 | 220.6 | 0.88 | 0.7 |
| Hex | 71 | 9C | F6 | 36 | 25 | 0 | 4 | DD | 58 | 46 |
| Octal | 161 | 234 | 366 | 66 | 45 | 0 | 4 | 335 | 130 | 106 |
| Binary | 1110001 | 10011100 | 11110110 | 110110 | 100101 | 0 | 100 | 11011101 | 1011000 | 1000110 |
Color Harmonies of #719CF6
Complementary color
Monochromatic Colors of #719CF6
Black with #719CF6
Text Example
Text Example
White with #719CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CF6; }
p { color: rgb(113,156,246); }
H1.HeaderClassName
{
color: #719CF6;
}
.AnyTagClassName
{
color: #719CF6;
}
</style>
background-color css
<style>
a { background-color: #719CF6; }
a { background-color: rgb(113,156,246); }
div.DivClassName
{
background-color: #719CF6;
}
.BgClassName
{
background-color: #719CF6;
}
</style>
border-color css
<style>
span { border-color: #719CF6; }
span { border-color: rgb(113,156,246); }
td.TdClassName
{
border-color: #719CF6;
}
.TagClassName
{
border-color: #719CF6;
}
</style>