Shades of Cornflower Blue #7299E5
Tints of Cornflower Blue #7299E5
RGB
CMYK
RGB Variations
Color information
#7299E5 (or 0x7299E5) is known color: Cornflower Blue. HEX triplet: 72, 99 and E5. RGB value is (114,153,229). Sum of RGB (Red+Green+Blue) = 114+153+229=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #7299E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299E5 is #8D661A. Grayscale: #959595. Windows color (decimal): -9266715 or 15047026. OLE color: 15047026.
HSL color Cylindrical-coordinate representation of color #7299E5: hue angle of 219.65º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7299E5 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 153 | 229 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.10 |
| HSL | 219.65º | 0.69% | 0.67% | - |
| HSV(B) | 219.65º | 0.5% | 0.9% | - |
| XYZ | 32.47 | 32.02 | 78.6 | - |
| YUV | 150 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 229 | 0.50 | 0.33 | 0 | 0.10 | 219.65 | 0.69 | 0.67 |
| Hex | 72 | 99 | E5 | 32 | 21 | 0 | A | DC | 45 | 43 |
| Octal | 162 | 231 | 345 | 62 | 41 | 0 | 12 | 334 | 105 | 103 |
| Binary | 1110010 | 10011001 | 11100101 | 110010 | 100001 | 0 | 1010 | 11011100 | 1000101 | 1000011 |
Color Harmonies of #7299E5
Complementary color
Monochromatic Colors of #7299E5
Black with #7299E5
Text Example
Text Example
White with #7299E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299E5; }
p { color: rgb(114,153,229); }
H1.HeaderClassName
{
color: #7299E5;
}
.AnyTagClassName
{
color: #7299E5;
}
</style>
background-color css
<style>
a { background-color: #7299E5; }
a { background-color: rgb(114,153,229); }
div.DivClassName
{
background-color: #7299E5;
}
.BgClassName
{
background-color: #7299E5;
}
</style>
border-color css
<style>
span { border-color: #7299E5; }
span { border-color: rgb(114,153,229); }
td.TdClassName
{
border-color: #7299E5;
}
.TagClassName
{
border-color: #7299E5;
}
</style>