Shades of Cornflower Blue #7296EE
Tints of Cornflower Blue #7296EE
RGB
CMYK
RGB Variations
Color information
#7296EE (or 0x7296EE) is known color: Cornflower Blue. HEX triplet: 72, 96 and EE. RGB value is (114,150,238). Sum of RGB (Red+Green+Blue) = 114+150+238=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #7296EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296EE is #8D6911. Grayscale: #949494. Windows color (decimal): -9267474 or 15636082. OLE color: 15636082.
HSL color Cylindrical-coordinate representation of color #7296EE: hue angle of 222.58º 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 #7296EE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 150 | 238 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.07 |
| HSL | 222.58º | 0.78% | 0.69% | - |
| HSV(B) | 222.58º | 0.52% | 0.93% | - |
| XYZ | 33.28 | 31.56 | 85.23 | - |
| YUV | 149.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 238 | 0.52 | 0.37 | 0 | 0.07 | 222.58 | 0.78 | 0.69 |
| Hex | 72 | 96 | EE | 34 | 25 | 0 | 7 | DF | 4E | 45 |
| Octal | 162 | 226 | 356 | 64 | 45 | 0 | 7 | 337 | 116 | 105 |
| Binary | 1110010 | 10010110 | 11101110 | 110100 | 100101 | 0 | 111 | 11011111 | 1001110 | 1000101 |
Color Harmonies of #7296EE
Complementary color
Monochromatic Colors of #7296EE
Black with #7296EE
Text Example
Text Example
White with #7296EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296EE; }
p { color: rgb(114,150,238); }
H1.HeaderClassName
{
color: #7296EE;
}
.AnyTagClassName
{
color: #7296EE;
}
</style>
background-color css
<style>
a { background-color: #7296EE; }
a { background-color: rgb(114,150,238); }
div.DivClassName
{
background-color: #7296EE;
}
.BgClassName
{
background-color: #7296EE;
}
</style>
border-color css
<style>
span { border-color: #7296EE; }
span { border-color: rgb(114,150,238); }
td.TdClassName
{
border-color: #7296EE;
}
.TagClassName
{
border-color: #7296EE;
}
</style>