Shades of Cornflower Blue #7194D5
Tints of Cornflower Blue #7194D5
RGB
CMYK
RGB Variations
Color information
#7194D5 (or 0x7194D5) is known color: Cornflower Blue. HEX triplet: 71, 94 and D5. RGB value is (113,148,213). Sum of RGB (Red+Green+Blue) = 113+148+213=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #7194D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194D5 is #8E6B2A. Grayscale: #909090. Windows color (decimal): -9333547 or 13997169. OLE color: 13997169.
HSL color Cylindrical-coordinate representation of color #7194D5: hue angle of 219º degrees, saturation: 0.54, 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 #7194D5 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 148 | 213 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.16 |
| HSL | 219º | 0.54% | 0.64% | - |
| HSV(B) | 219º | 0.47% | 0.84% | - |
| XYZ | 29.41 | 29.49 | 67.09 | - |
| YUV | 144.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 213 | 0.47 | 0.31 | 0 | 0.16 | 219 | 0.54 | 0.64 |
| Hex | 71 | 94 | D5 | 2F | 1F | 0 | 10 | DB | 36 | 40 |
| Octal | 161 | 224 | 325 | 57 | 37 | 0 | 20 | 333 | 66 | 100 |
| Binary | 1110001 | 10010100 | 11010101 | 101111 | 11111 | 0 | 10000 | 11011011 | 110110 | 1000000 |
Color Harmonies of #7194D5
Complementary color
Monochromatic Colors of #7194D5
Black with #7194D5
Text Example
Text Example
White with #7194D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194D5; }
p { color: rgb(113,148,213); }
H1.HeaderClassName
{
color: #7194D5;
}
.AnyTagClassName
{
color: #7194D5;
}
</style>
background-color css
<style>
a { background-color: #7194D5; }
a { background-color: rgb(113,148,213); }
div.DivClassName
{
background-color: #7194D5;
}
.BgClassName
{
background-color: #7194D5;
}
</style>
border-color css
<style>
span { border-color: #7194D5; }
span { border-color: rgb(113,148,213); }
td.TdClassName
{
border-color: #7194D5;
}
.TagClassName
{
border-color: #7194D5;
}
</style>