Shades of Cornflower Blue #7492EC
Tints of Cornflower Blue #7492EC
RGB
CMYK
RGB Variations
Color information
#7492EC (or 0x7492EC) is known color: Cornflower Blue. HEX triplet: 74, 92 and EC. RGB value is (116,146,236). Sum of RGB (Red+Green+Blue) = 116+146+236=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #7492EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7492EC is #8B6D13. Grayscale: #929292. Windows color (decimal): -9137428 or 15503988. OLE color: 15503988.
HSL color Cylindrical-coordinate representation of color #7492EC: hue angle of 225º 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 #7492EC is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 146 | 236 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.07 |
| HSL | 225º | 0.76% | 0.69% | - |
| HSV(B) | 225º | 0.51% | 0.93% | - |
| XYZ | 32.62 | 30.33 | 83.49 | - |
| YUV | 147.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 236 | 0.51 | 0.38 | 0 | 0.07 | 225 | 0.76 | 0.69 |
| Hex | 74 | 92 | EC | 33 | 26 | 0 | 7 | E1 | 4C | 45 |
| Octal | 164 | 222 | 354 | 63 | 46 | 0 | 7 | 341 | 114 | 105 |
| Binary | 1110100 | 10010010 | 11101100 | 110011 | 100110 | 0 | 111 | 11100001 | 1001100 | 1000101 |
Color Harmonies of #7492EC
Complementary color
Monochromatic Colors of #7492EC
Black with #7492EC
Text Example
Text Example
White with #7492EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7492EC; }
p { color: rgb(116,146,236); }
H1.HeaderClassName
{
color: #7492EC;
}
.AnyTagClassName
{
color: #7492EC;
}
</style>
background-color css
<style>
a { background-color: #7492EC; }
a { background-color: rgb(116,146,236); }
div.DivClassName
{
background-color: #7492EC;
}
.BgClassName
{
background-color: #7492EC;
}
</style>
border-color css
<style>
span { border-color: #7492EC; }
span { border-color: rgb(116,146,236); }
td.TdClassName
{
border-color: #7492EC;
}
.TagClassName
{
border-color: #7492EC;
}
</style>