Shades of Cornflower Blue #7196DD
Tints of Cornflower Blue #7196DD
RGB
CMYK
RGB Variations
Color information
#7196DD (or 0x7196DD) is known color: Cornflower Blue. HEX triplet: 71, 96 and DD. RGB value is (113,150,221). Sum of RGB (Red+Green+Blue) = 113+150+221=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7196DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196DD is #8E6922. Grayscale: #929292. Windows color (decimal): -9333027 or 14521969. OLE color: 14521969.
HSL color Cylindrical-coordinate representation of color #7196DD: hue angle of 219.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7196DD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 150 | 221 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.13 |
| HSL | 219.44º | 0.61% | 0.65% | - |
| HSV(B) | 219.44º | 0.49% | 0.87% | - |
| XYZ | 30.77 | 30.54 | 72.68 | - |
| YUV | 147.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 221 | 0.49 | 0.32 | 0 | 0.13 | 219.44 | 0.61 | 0.65 |
| Hex | 71 | 96 | DD | 31 | 20 | 0 | D | DB | 3D | 41 |
| Octal | 161 | 226 | 335 | 61 | 40 | 0 | 15 | 333 | 75 | 101 |
| Binary | 1110001 | 10010110 | 11011101 | 110001 | 100000 | 0 | 1101 | 11011011 | 111101 | 1000001 |
Color Harmonies of #7196DD
Complementary color
Monochromatic Colors of #7196DD
Black with #7196DD
Text Example
Text Example
White with #7196DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7196DD; }
p { color: rgb(113,150,221); }
H1.HeaderClassName
{
color: #7196DD;
}
.AnyTagClassName
{
color: #7196DD;
}
</style>
background-color css
<style>
a { background-color: #7196DD; }
a { background-color: rgb(113,150,221); }
div.DivClassName
{
background-color: #7196DD;
}
.BgClassName
{
background-color: #7196DD;
}
</style>
border-color css
<style>
span { border-color: #7196DD; }
span { border-color: rgb(113,150,221); }
td.TdClassName
{
border-color: #7196DD;
}
.TagClassName
{
border-color: #7196DD;
}
</style>