Shades of Cornflower Blue #7298EE
Tints of Cornflower Blue #7298EE
RGB
CMYK
RGB Variations
Color information
#7298EE (or 0x7298EE) is known color: Cornflower Blue. HEX triplet: 72, 98 and EE. RGB value is (114,152,238). Sum of RGB (Red+Green+Blue) = 114+152+238=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #7298EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7298EE is #8D6711. Grayscale: #969696. Windows color (decimal): -9266962 or 15636594. OLE color: 15636594.
HSL color Cylindrical-coordinate representation of color #7298EE: hue angle of 221.61º 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 #7298EE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 152 | 238 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.07 |
| HSL | 221.61º | 0.78% | 0.69% | - |
| HSV(B) | 221.61º | 0.52% | 0.93% | - |
| XYZ | 33.6 | 32.21 | 85.33 | - |
| YUV | 150.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 238 | 0.52 | 0.36 | 0 | 0.07 | 221.61 | 0.78 | 0.69 |
| Hex | 72 | 98 | EE | 34 | 24 | 0 | 7 | DE | 4E | 45 |
| Octal | 162 | 230 | 356 | 64 | 44 | 0 | 7 | 336 | 116 | 105 |
| Binary | 1110010 | 10011000 | 11101110 | 110100 | 100100 | 0 | 111 | 11011110 | 1001110 | 1000101 |
Color Harmonies of #7298EE
Complementary color
Monochromatic Colors of #7298EE
Black with #7298EE
Text Example
Text Example
White with #7298EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298EE; }
p { color: rgb(114,152,238); }
H1.HeaderClassName
{
color: #7298EE;
}
.AnyTagClassName
{
color: #7298EE;
}
</style>
background-color css
<style>
a { background-color: #7298EE; }
a { background-color: rgb(114,152,238); }
div.DivClassName
{
background-color: #7298EE;
}
.BgClassName
{
background-color: #7298EE;
}
</style>
border-color css
<style>
span { border-color: #7298EE; }
span { border-color: rgb(114,152,238); }
td.TdClassName
{
border-color: #7298EE;
}
.TagClassName
{
border-color: #7298EE;
}
</style>