Shades of Cornflower Blue #7393EE
Tints of Cornflower Blue #7393EE
RGB
CMYK
RGB Variations
Color information
#7393EE (or 0x7393EE) is known color: Cornflower Blue. HEX triplet: 73, 93 and EE. RGB value is (115,147,238). Sum of RGB (Red+Green+Blue) = 115+147+238=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #7393EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7393EE is #8C6C11. Grayscale: #939393. Windows color (decimal): -9202706 or 15635315. OLE color: 15635315.
HSL color Cylindrical-coordinate representation of color #7393EE: hue angle of 224.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7393EE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 147 | 238 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.07 |
| HSL | 224.39º | 0.78% | 0.69% | - |
| HSV(B) | 224.39º | 0.52% | 0.93% | - |
| XYZ | 32.94 | 30.69 | 85.08 | - |
| YUV | 147.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 238 | 0.52 | 0.38 | 0 | 0.07 | 224.39 | 0.78 | 0.69 |
| Hex | 73 | 93 | EE | 34 | 26 | 0 | 7 | E0 | 4E | 45 |
| Octal | 163 | 223 | 356 | 64 | 46 | 0 | 7 | 340 | 116 | 105 |
| Binary | 1110011 | 10010011 | 11101110 | 110100 | 100110 | 0 | 111 | 11100000 | 1001110 | 1000101 |
Color Harmonies of #7393EE
Complementary color
Monochromatic Colors of #7393EE
Black with #7393EE
Text Example
Text Example
White with #7393EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393EE; }
p { color: rgb(115,147,238); }
H1.HeaderClassName
{
color: #7393EE;
}
.AnyTagClassName
{
color: #7393EE;
}
</style>
background-color css
<style>
a { background-color: #7393EE; }
a { background-color: rgb(115,147,238); }
div.DivClassName
{
background-color: #7393EE;
}
.BgClassName
{
background-color: #7393EE;
}
</style>
border-color css
<style>
span { border-color: #7393EE; }
span { border-color: rgb(115,147,238); }
td.TdClassName
{
border-color: #7393EE;
}
.TagClassName
{
border-color: #7393EE;
}
</style>