Shades of Cornflower Blue #7498E4
Tints of Cornflower Blue #7498E4
RGB
CMYK
RGB Variations
Color information
#7498E4 (or 0x7498E4) is known color: Cornflower Blue. HEX triplet: 74, 98 and E4. RGB value is (116,152,228). Sum of RGB (Red+Green+Blue) = 116+152+228=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #7498E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498E4 is #8B671B. Grayscale: #959595. Windows color (decimal): -9135900 or 14981236. OLE color: 14981236.
HSL color Cylindrical-coordinate representation of color #7498E4: hue angle of 220.71º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7498E4 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 152 | 228 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.11 |
| HSL | 220.71º | 0.67% | 0.67% | - |
| HSV(B) | 220.71º | 0.49% | 0.89% | - |
| XYZ | 32.43 | 31.77 | 77.82 | - |
| YUV | 149.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 228 | 0.49 | 0.33 | 0 | 0.11 | 220.71 | 0.67 | 0.67 |
| Hex | 74 | 98 | E4 | 31 | 21 | 0 | B | DD | 43 | 43 |
| Octal | 164 | 230 | 344 | 61 | 41 | 0 | 13 | 335 | 103 | 103 |
| Binary | 1110100 | 10011000 | 11100100 | 110001 | 100001 | 0 | 1011 | 11011101 | 1000011 | 1000011 |
Color Harmonies of #7498E4
Complementary color
Monochromatic Colors of #7498E4
Black with #7498E4
Text Example
Text Example
White with #7498E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498E4; }
p { color: rgb(116,152,228); }
H1.HeaderClassName
{
color: #7498E4;
}
.AnyTagClassName
{
color: #7498E4;
}
</style>
background-color css
<style>
a { background-color: #7498E4; }
a { background-color: rgb(116,152,228); }
div.DivClassName
{
background-color: #7498E4;
}
.BgClassName
{
background-color: #7498E4;
}
</style>
border-color css
<style>
span { border-color: #7498E4; }
span { border-color: rgb(116,152,228); }
td.TdClassName
{
border-color: #7498E4;
}
.TagClassName
{
border-color: #7498E4;
}
</style>