Shades of Cornflower Blue #7493E5
Tints of Cornflower Blue #7493E5
RGB
CMYK
RGB Variations
Color information
#7493E5 (or 0x7493E5) is known color: Cornflower Blue. HEX triplet: 74, 93 and E5. RGB value is (116,147,229). Sum of RGB (Red+Green+Blue) = 116+147+229=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #7493E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493E5 is #8B6C1A. Grayscale: #929292. Windows color (decimal): -9137179 or 15045492. OLE color: 15045492.
HSL color Cylindrical-coordinate representation of color #7493E5: hue angle of 223.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7493E5 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 147 | 229 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.10 |
| HSL | 223.54º | 0.68% | 0.68% | - |
| HSV(B) | 223.54º | 0.49% | 0.9% | - |
| XYZ | 31.78 | 30.24 | 78.29 | - |
| YUV | 147.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 229 | 0.49 | 0.36 | 0 | 0.10 | 223.54 | 0.68 | 0.68 |
| Hex | 74 | 93 | E5 | 31 | 24 | 0 | A | E0 | 44 | 44 |
| Octal | 164 | 223 | 345 | 61 | 44 | 0 | 12 | 340 | 104 | 104 |
| Binary | 1110100 | 10010011 | 11100101 | 110001 | 100100 | 0 | 1010 | 11100000 | 1000100 | 1000100 |
Color Harmonies of #7493E5
Complementary color
Monochromatic Colors of #7493E5
Black with #7493E5
Text Example
Text Example
White with #7493E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7493E5; }
p { color: rgb(116,147,229); }
H1.HeaderClassName
{
color: #7493E5;
}
.AnyTagClassName
{
color: #7493E5;
}
</style>
background-color css
<style>
a { background-color: #7493E5; }
a { background-color: rgb(116,147,229); }
div.DivClassName
{
background-color: #7493E5;
}
.BgClassName
{
background-color: #7493E5;
}
</style>
border-color css
<style>
span { border-color: #7493E5; }
span { border-color: rgb(116,147,229); }
td.TdClassName
{
border-color: #7493E5;
}
.TagClassName
{
border-color: #7493E5;
}
</style>