Shades of Cornflower Blue #7192DB
Tints of Cornflower Blue #7192DB
RGB
CMYK
RGB Variations
Color information
#7192DB (or 0x7192DB) is known color: Cornflower Blue. HEX triplet: 71, 92 and DB. RGB value is (113,146,219). Sum of RGB (Red+Green+Blue) = 113+146+219=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #7192DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7192DB is #8E6D24. Grayscale: #909090. Windows color (decimal): -9334053 or 14389873. OLE color: 14389873.
HSL color Cylindrical-coordinate representation of color #7192DB: hue angle of 221.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7192DB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 146 | 219 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.14 |
| HSL | 221.32º | 0.6% | 0.65% | - |
| HSV(B) | 221.32º | 0.48% | 0.86% | - |
| XYZ | 29.88 | 29.18 | 71.08 | - |
| YUV | 144.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 219 | 0.48 | 0.33 | 0 | 0.14 | 221.32 | 0.6 | 0.65 |
| Hex | 71 | 92 | DB | 30 | 21 | 0 | E | DD | 3C | 41 |
| Octal | 161 | 222 | 333 | 60 | 41 | 0 | 16 | 335 | 74 | 101 |
| Binary | 1110001 | 10010010 | 11011011 | 110000 | 100001 | 0 | 1110 | 11011101 | 111100 | 1000001 |
Color Harmonies of #7192DB
Complementary color
Monochromatic Colors of #7192DB
Black with #7192DB
Text Example
Text Example
White with #7192DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7192DB; }
p { color: rgb(113,146,219); }
H1.HeaderClassName
{
color: #7192DB;
}
.AnyTagClassName
{
color: #7192DB;
}
</style>
background-color css
<style>
a { background-color: #7192DB; }
a { background-color: rgb(113,146,219); }
div.DivClassName
{
background-color: #7192DB;
}
.BgClassName
{
background-color: #7192DB;
}
</style>
border-color css
<style>
span { border-color: #7192DB; }
span { border-color: rgb(113,146,219); }
td.TdClassName
{
border-color: #7192DB;
}
.TagClassName
{
border-color: #7192DB;
}
</style>