Shades of Cornflower Blue #7194FE
Tints of Cornflower Blue #7194FE
RGB
CMYK
RGB Variations
Color information
#7194FE (or 0x7194FE) is known color: Cornflower Blue. HEX triplet: 71, 94 and FE. RGB value is (113,148,254). Sum of RGB (Red+Green+Blue) = 113+148+254=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #7194FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194FE is #8E6B01. Grayscale: #959595. Windows color (decimal): -9333506 or 16684145. OLE color: 16684145.
HSL color Cylindrical-coordinate representation of color #7194FE: hue angle of 225.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7194FE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 148 | 254 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.00 |
| HSL | 225.11º | 0.99% | 0.72% | - |
| HSV(B) | 225.11º | 0.56% | 1% | - |
| XYZ | 35.29 | 31.85 | 98.05 | - |
| YUV | 149.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 254 | 0.56 | 0.42 | 0 | 0.00 | 225.11 | 0.99 | 0.72 |
| Hex | 71 | 94 | FE | 38 | 2A | 0 | 0 | E1 | 63 | 48 |
| Octal | 161 | 224 | 376 | 70 | 52 | 0 | 0 | 341 | 143 | 110 |
| Binary | 1110001 | 10010100 | 11111110 | 111000 | 101010 | 0 | 0 | 11100001 | 1100011 | 1001000 |
Color Harmonies of #7194FE
Complementary color
Monochromatic Colors of #7194FE
Black with #7194FE
Text Example
Text Example
White with #7194FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194FE; }
p { color: rgb(113,148,254); }
H1.HeaderClassName
{
color: #7194FE;
}
.AnyTagClassName
{
color: #7194FE;
}
</style>
background-color css
<style>
a { background-color: #7194FE; }
a { background-color: rgb(113,148,254); }
div.DivClassName
{
background-color: #7194FE;
}
.BgClassName
{
background-color: #7194FE;
}
</style>
border-color css
<style>
span { border-color: #7194FE; }
span { border-color: rgb(113,148,254); }
td.TdClassName
{
border-color: #7194FE;
}
.TagClassName
{
border-color: #7194FE;
}
</style>