Shades of Cornflower Blue #7292EE
Tints of Cornflower Blue #7292EE
RGB
CMYK
RGB Variations
Color information
#7292EE (or 0x7292EE) is known color: Cornflower Blue. HEX triplet: 72, 92 and EE. RGB value is (114,146,238). Sum of RGB (Red+Green+Blue) = 114+146+238=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #7292EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7292EE is #8D6D11. Grayscale: #929292. Windows color (decimal): -9268498 or 15635058. OLE color: 15635058.
HSL color Cylindrical-coordinate representation of color #7292EE: hue angle of 224.52º 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 #7292EE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 146 | 238 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.07 |
| HSL | 224.52º | 0.78% | 0.69% | - |
| HSV(B) | 224.52º | 0.52% | 0.93% | - |
| XYZ | 32.65 | 30.31 | 85.02 | - |
| YUV | 146.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 238 | 0.52 | 0.39 | 0 | 0.07 | 224.52 | 0.78 | 0.69 |
| Hex | 72 | 92 | EE | 34 | 27 | 0 | 7 | E1 | 4E | 45 |
| Octal | 162 | 222 | 356 | 64 | 47 | 0 | 7 | 341 | 116 | 105 |
| Binary | 1110010 | 10010010 | 11101110 | 110100 | 100111 | 0 | 111 | 11100001 | 1001110 | 1000101 |
Color Harmonies of #7292EE
Complementary color
Monochromatic Colors of #7292EE
Black with #7292EE
Text Example
Text Example
White with #7292EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292EE; }
p { color: rgb(114,146,238); }
H1.HeaderClassName
{
color: #7292EE;
}
.AnyTagClassName
{
color: #7292EE;
}
</style>
background-color css
<style>
a { background-color: #7292EE; }
a { background-color: rgb(114,146,238); }
div.DivClassName
{
background-color: #7292EE;
}
.BgClassName
{
background-color: #7292EE;
}
</style>
border-color css
<style>
span { border-color: #7292EE; }
span { border-color: rgb(114,146,238); }
td.TdClassName
{
border-color: #7292EE;
}
.TagClassName
{
border-color: #7292EE;
}
</style>