Shades of Cornflower Blue #7194FF
Tints of Cornflower Blue #7194FF
RGB
CMYK
RGB Variations
Color information
#7194FF (or 0x7194FF) is known color: Cornflower Blue. HEX triplet: 71, 94 and FF. RGB value is (113,148,255). Sum of RGB (Red+Green+Blue) = 113+148+255=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #7194FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194FF is #8E6B00. Grayscale: #959595. Windows color (decimal): -9333505 or 16749681. OLE color: 16749681.
HSL color Cylindrical-coordinate representation of color #7194FF: hue angle of 225.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7194FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 148 | 255 | - |
| CMYK | 0.56 | 0.42 | 0 | 0 |
| HSL | 225.21º | 1% | 0.72% | - |
| HSV(B) | 225.21º | 0.56% | 1% | - |
| XYZ | 35.45 | 31.91 | 98.9 | - |
| YUV | 149.73 | 187.4 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 255 | 0.56 | 0.42 | 0 | 0 | 225.21 | 1 | 0.72 |
| Hex | 71 | 94 | FF | 38 | 2A | 0 | 0 | E1 | 64 | 48 |
| Octal | 161 | 224 | 377 | 70 | 52 | 0 | 0 | 341 | 144 | 110 |
| Binary | 1110001 | 10010100 | 11111111 | 111000 | 101010 | 0 | 0 | 11100001 | 1100100 | 1001000 |
Color Harmonies of #7194FF
Complementary color
Monochromatic Colors of #7194FF
Black with #7194FF
Text Example
Text Example
White with #7194FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194FF; }
p { color: rgb(113,148,255); }
H1.HeaderClassName
{
color: #7194FF;
}
.AnyTagClassName
{
color: #7194FF;
}
</style>
background-color css
<style>
a { background-color: #7194FF; }
a { background-color: rgb(113,148,255); }
div.DivClassName
{
background-color: #7194FF;
}
.BgClassName
{
background-color: #7194FF;
}
</style>
border-color css
<style>
span { border-color: #7194FF; }
span { border-color: rgb(113,148,255); }
td.TdClassName
{
border-color: #7194FF;
}
.TagClassName
{
border-color: #7194FF;
}
</style>