Shades of Cornflower Blue #7299ED
Tints of Cornflower Blue #7299ED
RGB
CMYK
RGB Variations
Color information
#7299ED (or 0x7299ED) is known color: Cornflower Blue. HEX triplet: 72, 99 and ED. RGB value is (114,153,237). Sum of RGB (Red+Green+Blue) = 114+153+237=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #7299ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299ED is #8D6612. Grayscale: #969696. Windows color (decimal): -9266707 or 15571314. OLE color: 15571314.
HSL color Cylindrical-coordinate representation of color #7299ED: hue angle of 220.98º degrees, saturation: 0.77, 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 #7299ED is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 153 | 237 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.07 |
| HSL | 220.98º | 0.77% | 0.69% | - |
| HSV(B) | 220.98º | 0.52% | 0.93% | - |
| XYZ | 33.62 | 32.47 | 84.62 | - |
| YUV | 150.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 237 | 0.52 | 0.35 | 0 | 0.07 | 220.98 | 0.77 | 0.69 |
| Hex | 72 | 99 | ED | 34 | 23 | 0 | 7 | DD | 4D | 45 |
| Octal | 162 | 231 | 355 | 64 | 43 | 0 | 7 | 335 | 115 | 105 |
| Binary | 1110010 | 10011001 | 11101101 | 110100 | 100011 | 0 | 111 | 11011101 | 1001101 | 1000101 |
Color Harmonies of #7299ED
Complementary color
Monochromatic Colors of #7299ED
Black with #7299ED
Text Example
Text Example
White with #7299ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299ED; }
p { color: rgb(114,153,237); }
H1.HeaderClassName
{
color: #7299ED;
}
.AnyTagClassName
{
color: #7299ED;
}
</style>
background-color css
<style>
a { background-color: #7299ED; }
a { background-color: rgb(114,153,237); }
div.DivClassName
{
background-color: #7299ED;
}
.BgClassName
{
background-color: #7299ED;
}
</style>
border-color css
<style>
span { border-color: #7299ED; }
span { border-color: rgb(114,153,237); }
td.TdClassName
{
border-color: #7299ED;
}
.TagClassName
{
border-color: #7299ED;
}
</style>