Shades of Cornflower Blue #7498EA
Tints of Cornflower Blue #7498EA
RGB
CMYK
RGB Variations
Color information
#7498EA (or 0x7498EA) is known color: Cornflower Blue. HEX triplet: 74, 98 and EA. RGB value is (116,152,234). Sum of RGB (Red+Green+Blue) = 116+152+234=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7498EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7498EA is #8B6715. Grayscale: #969696. Windows color (decimal): -9135894 or 15374452. OLE color: 15374452.
HSL color Cylindrical-coordinate representation of color #7498EA: hue angle of 221.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7498EA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 152 | 234 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.08 |
| HSL | 221.69º | 0.74% | 0.69% | - |
| HSV(B) | 221.69º | 0.5% | 0.92% | - |
| XYZ | 33.28 | 32.11 | 82.29 | - |
| YUV | 150.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 234 | 0.50 | 0.35 | 0 | 0.08 | 221.69 | 0.74 | 0.69 |
| Hex | 74 | 98 | EA | 32 | 23 | 0 | 8 | DE | 4A | 45 |
| Octal | 164 | 230 | 352 | 62 | 43 | 0 | 10 | 336 | 112 | 105 |
| Binary | 1110100 | 10011000 | 11101010 | 110010 | 100011 | 0 | 1000 | 11011110 | 1001010 | 1000101 |
Color Harmonies of #7498EA
Complementary color
Monochromatic Colors of #7498EA
Black with #7498EA
Text Example
Text Example
White with #7498EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498EA; }
p { color: rgb(116,152,234); }
H1.HeaderClassName
{
color: #7498EA;
}
.AnyTagClassName
{
color: #7498EA;
}
</style>
background-color css
<style>
a { background-color: #7498EA; }
a { background-color: rgb(116,152,234); }
div.DivClassName
{
background-color: #7498EA;
}
.BgClassName
{
background-color: #7498EA;
}
</style>
border-color css
<style>
span { border-color: #7498EA; }
span { border-color: rgb(116,152,234); }
td.TdClassName
{
border-color: #7498EA;
}
.TagClassName
{
border-color: #7498EA;
}
</style>