Shades of Cornflower Blue #7191D6
Tints of Cornflower Blue #7191D6
RGB
CMYK
RGB Variations
Color information
#7191D6 (or 0x7191D6) is known color: Cornflower Blue. HEX triplet: 71, 91 and D6. RGB value is (113,145,214). Sum of RGB (Red+Green+Blue) = 113+145+214=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #7191D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191D6 is #8E6E29. Grayscale: #8E8E8E. Windows color (decimal): -9334314 or 14061937. OLE color: 14061937.
HSL color Cylindrical-coordinate representation of color #7191D6: hue angle of 220.99º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7191D6 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 145 | 214 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.16 |
| HSL | 220.99º | 0.55% | 0.64% | - |
| HSV(B) | 220.99º | 0.47% | 0.84% | - |
| XYZ | 29.07 | 28.62 | 67.61 | - |
| YUV | 143.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 214 | 0.47 | 0.32 | 0 | 0.16 | 220.99 | 0.55 | 0.64 |
| Hex | 71 | 91 | D6 | 2F | 20 | 0 | 10 | DD | 37 | 40 |
| Octal | 161 | 221 | 326 | 57 | 40 | 0 | 20 | 335 | 67 | 100 |
| Binary | 1110001 | 10010001 | 11010110 | 101111 | 100000 | 0 | 10000 | 11011101 | 110111 | 1000000 |
Color Harmonies of #7191D6
Complementary color
Monochromatic Colors of #7191D6
Black with #7191D6
Text Example
Text Example
White with #7191D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191D6; }
p { color: rgb(113,145,214); }
H1.HeaderClassName
{
color: #7191D6;
}
.AnyTagClassName
{
color: #7191D6;
}
</style>
background-color css
<style>
a { background-color: #7191D6; }
a { background-color: rgb(113,145,214); }
div.DivClassName
{
background-color: #7191D6;
}
.BgClassName
{
background-color: #7191D6;
}
</style>
border-color css
<style>
span { border-color: #7191D6; }
span { border-color: rgb(113,145,214); }
td.TdClassName
{
border-color: #7191D6;
}
.TagClassName
{
border-color: #7191D6;
}
</style>