Shades of Cornflower Blue #7191DF
Tints of Cornflower Blue #7191DF
RGB
CMYK
RGB Variations
Color information
#7191DF (or 0x7191DF) is known color: Cornflower Blue. HEX triplet: 71, 91 and DF. RGB value is (113,145,223). Sum of RGB (Red+Green+Blue) = 113+145+223=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #7191DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191DF is #8E6E20. Grayscale: #8F8F8F. Windows color (decimal): -9334305 or 14651761. OLE color: 14651761.
HSL color Cylindrical-coordinate representation of color #7191DF: hue angle of 222.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7191DF is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 145 | 223 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.13 |
| HSL | 222.55º | 0.63% | 0.66% | - |
| HSV(B) | 222.55º | 0.49% | 0.87% | - |
| XYZ | 30.25 | 29.09 | 73.83 | - |
| YUV | 144.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 223 | 0.49 | 0.35 | 0 | 0.13 | 222.55 | 0.63 | 0.66 |
| Hex | 71 | 91 | DF | 31 | 23 | 0 | D | DF | 3F | 42 |
| Octal | 161 | 221 | 337 | 61 | 43 | 0 | 15 | 337 | 77 | 102 |
| Binary | 1110001 | 10010001 | 11011111 | 110001 | 100011 | 0 | 1101 | 11011111 | 111111 | 1000010 |
Color Harmonies of #7191DF
Complementary color
Monochromatic Colors of #7191DF
Black with #7191DF
Text Example
Text Example
White with #7191DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191DF; }
p { color: rgb(113,145,223); }
H1.HeaderClassName
{
color: #7191DF;
}
.AnyTagClassName
{
color: #7191DF;
}
</style>
background-color css
<style>
a { background-color: #7191DF; }
a { background-color: rgb(113,145,223); }
div.DivClassName
{
background-color: #7191DF;
}
.BgClassName
{
background-color: #7191DF;
}
</style>
border-color css
<style>
span { border-color: #7191DF; }
span { border-color: rgb(113,145,223); }
td.TdClassName
{
border-color: #7191DF;
}
.TagClassName
{
border-color: #7191DF;
}
</style>