Shades of Cornflower Blue #7194DA
Tints of Cornflower Blue #7194DA
RGB
CMYK
RGB Variations
Color information
#7194DA (or 0x7194DA) is known color: Cornflower Blue. HEX triplet: 71, 94 and DA. RGB value is (113,148,218). Sum of RGB (Red+Green+Blue) = 113+148+218=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #7194DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194DA is #8E6B25. Grayscale: #919191. Windows color (decimal): -9333542 or 14324849. OLE color: 14324849.
HSL color Cylindrical-coordinate representation of color #7194DA: hue angle of 220º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7194DA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 148 | 218 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.15 |
| HSL | 220º | 0.59% | 0.65% | - |
| HSV(B) | 220º | 0.48% | 0.85% | - |
| XYZ | 30.05 | 29.75 | 70.49 | - |
| YUV | 145.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 218 | 0.48 | 0.32 | 0 | 0.15 | 220 | 0.59 | 0.65 |
| Hex | 71 | 94 | DA | 30 | 20 | 0 | F | DC | 3B | 41 |
| Octal | 161 | 224 | 332 | 60 | 40 | 0 | 17 | 334 | 73 | 101 |
| Binary | 1110001 | 10010100 | 11011010 | 110000 | 100000 | 0 | 1111 | 11011100 | 111011 | 1000001 |
Color Harmonies of #7194DA
Complementary color
Monochromatic Colors of #7194DA
Black with #7194DA
Text Example
Text Example
White with #7194DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194DA; }
p { color: rgb(113,148,218); }
H1.HeaderClassName
{
color: #7194DA;
}
.AnyTagClassName
{
color: #7194DA;
}
</style>
background-color css
<style>
a { background-color: #7194DA; }
a { background-color: rgb(113,148,218); }
div.DivClassName
{
background-color: #7194DA;
}
.BgClassName
{
background-color: #7194DA;
}
</style>
border-color css
<style>
span { border-color: #7194DA; }
span { border-color: rgb(113,148,218); }
td.TdClassName
{
border-color: #7194DA;
}
.TagClassName
{
border-color: #7194DA;
}
</style>