Shades of Cornflower Blue #7299E0
Tints of Cornflower Blue #7299E0
RGB
CMYK
RGB Variations
Color information
#7299E0 (or 0x7299E0) is known color: Cornflower Blue. HEX triplet: 72, 99 and E0. RGB value is (114,153,224). Sum of RGB (Red+Green+Blue) = 114+153+224=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #7299E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299E0 is #8D661F. Grayscale: #959595. Windows color (decimal): -9266720 or 14719346. OLE color: 14719346.
HSL color Cylindrical-coordinate representation of color #7299E0: hue angle of 218.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7299E0 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 153 | 224 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.12 |
| HSL | 218.73º | 0.64% | 0.66% | - |
| HSV(B) | 218.73º | 0.49% | 0.88% | - |
| XYZ | 31.79 | 31.74 | 74.97 | - |
| YUV | 149.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 224 | 0.49 | 0.32 | 0 | 0.12 | 218.73 | 0.64 | 0.66 |
| Hex | 72 | 99 | E0 | 31 | 20 | 0 | C | DB | 40 | 42 |
| Octal | 162 | 231 | 340 | 61 | 40 | 0 | 14 | 333 | 100 | 102 |
| Binary | 1110010 | 10011001 | 11100000 | 110001 | 100000 | 0 | 1100 | 11011011 | 1000000 | 1000010 |
Color Harmonies of #7299E0
Complementary color
Monochromatic Colors of #7299E0
Black with #7299E0
Text Example
Text Example
White with #7299E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299E0; }
p { color: rgb(114,153,224); }
H1.HeaderClassName
{
color: #7299E0;
}
.AnyTagClassName
{
color: #7299E0;
}
</style>
background-color css
<style>
a { background-color: #7299E0; }
a { background-color: rgb(114,153,224); }
div.DivClassName
{
background-color: #7299E0;
}
.BgClassName
{
background-color: #7299E0;
}
</style>
border-color css
<style>
span { border-color: #7299E0; }
span { border-color: rgb(114,153,224); }
td.TdClassName
{
border-color: #7299E0;
}
.TagClassName
{
border-color: #7299E0;
}
</style>