Shades of Cornflower Blue #7499EC
Tints of Cornflower Blue #7499EC
RGB
CMYK
RGB Variations
Color information
#7499EC (or 0x7499EC) is known color: Cornflower Blue. HEX triplet: 74, 99 and EC. RGB value is (116,153,236). Sum of RGB (Red+Green+Blue) = 116+153+236=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #7499EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7499EC is #8B6613. Grayscale: #979797. Windows color (decimal): -9135636 or 15505780. OLE color: 15505780.
HSL color Cylindrical-coordinate representation of color #7499EC: hue angle of 221.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7499EC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 153 | 236 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.07 |
| HSL | 221.5º | 0.76% | 0.69% | - |
| HSV(B) | 221.5º | 0.51% | 0.93% | - |
| XYZ | 33.73 | 32.55 | 83.86 | - |
| YUV | 151.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 236 | 0.51 | 0.35 | 0 | 0.07 | 221.5 | 0.76 | 0.69 |
| Hex | 74 | 99 | EC | 33 | 23 | 0 | 7 | DE | 4C | 45 |
| Octal | 164 | 231 | 354 | 63 | 43 | 0 | 7 | 336 | 114 | 105 |
| Binary | 1110100 | 10011001 | 11101100 | 110011 | 100011 | 0 | 111 | 11011110 | 1001100 | 1000101 |
Color Harmonies of #7499EC
Complementary color
Monochromatic Colors of #7499EC
Black with #7499EC
Text Example
Text Example
White with #7499EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7499EC; }
p { color: rgb(116,153,236); }
H1.HeaderClassName
{
color: #7499EC;
}
.AnyTagClassName
{
color: #7499EC;
}
</style>
background-color css
<style>
a { background-color: #7499EC; }
a { background-color: rgb(116,153,236); }
div.DivClassName
{
background-color: #7499EC;
}
.BgClassName
{
background-color: #7499EC;
}
</style>
border-color css
<style>
span { border-color: #7499EC; }
span { border-color: rgb(116,153,236); }
td.TdClassName
{
border-color: #7499EC;
}
.TagClassName
{
border-color: #7499EC;
}
</style>