Shades of Cornflower Blue #7392EE
Tints of Cornflower Blue #7392EE
RGB
CMYK
RGB Variations
Color information
#7392EE (or 0x7392EE) is known color: Cornflower Blue. HEX triplet: 73, 92 and EE. RGB value is (115,146,238). Sum of RGB (Red+Green+Blue) = 115+146+238=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #7392EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7392EE is #8C6D11. Grayscale: #929292. Windows color (decimal): -9202962 or 15635059. OLE color: 15635059.
HSL color Cylindrical-coordinate representation of color #7392EE: hue angle of 224.88º 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 #7392EE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 146 | 238 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.07 |
| HSL | 224.88º | 0.78% | 0.69% | - |
| HSV(B) | 224.88º | 0.52% | 0.93% | - |
| XYZ | 32.78 | 30.38 | 85.02 | - |
| YUV | 147.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 238 | 0.52 | 0.39 | 0 | 0.07 | 224.88 | 0.78 | 0.69 |
| Hex | 73 | 92 | EE | 34 | 27 | 0 | 7 | E1 | 4E | 45 |
| Octal | 163 | 222 | 356 | 64 | 47 | 0 | 7 | 341 | 116 | 105 |
| Binary | 1110011 | 10010010 | 11101110 | 110100 | 100111 | 0 | 111 | 11100001 | 1001110 | 1000101 |
Color Harmonies of #7392EE
Complementary color
Monochromatic Colors of #7392EE
Black with #7392EE
Text Example
Text Example
White with #7392EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7392EE; }
p { color: rgb(115,146,238); }
H1.HeaderClassName
{
color: #7392EE;
}
.AnyTagClassName
{
color: #7392EE;
}
</style>
background-color css
<style>
a { background-color: #7392EE; }
a { background-color: rgb(115,146,238); }
div.DivClassName
{
background-color: #7392EE;
}
.BgClassName
{
background-color: #7392EE;
}
</style>
border-color css
<style>
span { border-color: #7392EE; }
span { border-color: rgb(115,146,238); }
td.TdClassName
{
border-color: #7392EE;
}
.TagClassName
{
border-color: #7392EE;
}
</style>