Shades of Cornflower Blue #7199E4
Tints of Cornflower Blue #7199E4
RGB
CMYK
RGB Variations
Color information
#7199E4 (or 0x7199E4) is known color: Cornflower Blue. HEX triplet: 71, 99 and E4. RGB value is (113,153,228). Sum of RGB (Red+Green+Blue) = 113+153+228=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #7199E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199E4 is #8E661B. Grayscale: #959595. Windows color (decimal): -9332252 or 14981489. OLE color: 14981489.
HSL color Cylindrical-coordinate representation of color #7199E4: hue angle of 219.13º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7199E4 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 153 | 228 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.11 |
| HSL | 219.13º | 0.68% | 0.67% | - |
| HSV(B) | 219.13º | 0.5% | 0.89% | - |
| XYZ | 32.2 | 31.89 | 77.86 | - |
| YUV | 149.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 228 | 0.50 | 0.33 | 0 | 0.11 | 219.13 | 0.68 | 0.67 |
| Hex | 71 | 99 | E4 | 32 | 21 | 0 | B | DB | 44 | 43 |
| Octal | 161 | 231 | 344 | 62 | 41 | 0 | 13 | 333 | 104 | 103 |
| Binary | 1110001 | 10011001 | 11100100 | 110010 | 100001 | 0 | 1011 | 11011011 | 1000100 | 1000011 |
Color Harmonies of #7199E4
Complementary color
Monochromatic Colors of #7199E4
Black with #7199E4
Text Example
Text Example
White with #7199E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7199E4; }
p { color: rgb(113,153,228); }
H1.HeaderClassName
{
color: #7199E4;
}
.AnyTagClassName
{
color: #7199E4;
}
</style>
background-color css
<style>
a { background-color: #7199E4; }
a { background-color: rgb(113,153,228); }
div.DivClassName
{
background-color: #7199E4;
}
.BgClassName
{
background-color: #7199E4;
}
</style>
border-color css
<style>
span { border-color: #7199E4; }
span { border-color: rgb(113,153,228); }
td.TdClassName
{
border-color: #7199E4;
}
.TagClassName
{
border-color: #7199E4;
}
</style>