Shades of Cornflower Blue #7194EE
Tints of Cornflower Blue #7194EE
RGB
CMYK
RGB Variations
Color information
#7194EE (or 0x7194EE) is known color: Cornflower Blue. HEX triplet: 71, 94 and EE. RGB value is (113,148,238). Sum of RGB (Red+Green+Blue) = 113+148+238=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #7194EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194EE is #8E6B11. Grayscale: #939393. Windows color (decimal): -9333522 or 15635569. OLE color: 15635569.
HSL color Cylindrical-coordinate representation of color #7194EE: hue angle of 223.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7194EE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 148 | 238 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.07 |
| HSL | 223.2º | 0.79% | 0.69% | - |
| HSV(B) | 223.2º | 0.53% | 0.93% | - |
| XYZ | 32.83 | 30.86 | 85.12 | - |
| YUV | 147.8 | 178.9 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 238 | 0.53 | 0.38 | 0 | 0.07 | 223.2 | 0.79 | 0.69 |
| Hex | 71 | 94 | EE | 35 | 26 | 0 | 7 | DF | 4F | 45 |
| Octal | 161 | 224 | 356 | 65 | 46 | 0 | 7 | 337 | 117 | 105 |
| Binary | 1110001 | 10010100 | 11101110 | 110101 | 100110 | 0 | 111 | 11011111 | 1001111 | 1000101 |
Color Harmonies of #7194EE
Complementary color
Monochromatic Colors of #7194EE
Black with #7194EE
Text Example
Text Example
White with #7194EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194EE; }
p { color: rgb(113,148,238); }
H1.HeaderClassName
{
color: #7194EE;
}
.AnyTagClassName
{
color: #7194EE;
}
</style>
background-color css
<style>
a { background-color: #7194EE; }
a { background-color: rgb(113,148,238); }
div.DivClassName
{
background-color: #7194EE;
}
.BgClassName
{
background-color: #7194EE;
}
</style>
border-color css
<style>
span { border-color: #7194EE; }
span { border-color: rgb(113,148,238); }
td.TdClassName
{
border-color: #7194EE;
}
.TagClassName
{
border-color: #7194EE;
}
</style>