Shades of Cornflower Blue #7498EE
Tints of Cornflower Blue #7498EE
RGB
CMYK
RGB Variations
Color information
#7498EE (or 0x7498EE) is known color: Cornflower Blue. HEX triplet: 74, 98 and EE. RGB value is (116,152,238). Sum of RGB (Red+Green+Blue) = 116+152+238=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #7498EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7498EE is #8B6711. Grayscale: #969696. Windows color (decimal): -9135890 or 15636596. OLE color: 15636596.
HSL color Cylindrical-coordinate representation of color #7498EE: hue angle of 222.3º degrees, saturation: 0.78, 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 #7498EE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 152 | 238 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.07 |
| HSL | 222.3º | 0.78% | 0.69% | - |
| HSV(B) | 222.3º | 0.51% | 0.93% | - |
| XYZ | 33.86 | 32.34 | 85.35 | - |
| YUV | 151.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 238 | 0.51 | 0.36 | 0 | 0.07 | 222.3 | 0.78 | 0.69 |
| Hex | 74 | 98 | EE | 33 | 24 | 0 | 7 | DE | 4E | 45 |
| Octal | 164 | 230 | 356 | 63 | 44 | 0 | 7 | 336 | 116 | 105 |
| Binary | 1110100 | 10011000 | 11101110 | 110011 | 100100 | 0 | 111 | 11011110 | 1001110 | 1000101 |
Color Harmonies of #7498EE
Complementary color
Monochromatic Colors of #7498EE
Black with #7498EE
Text Example
Text Example
White with #7498EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498EE; }
p { color: rgb(116,152,238); }
H1.HeaderClassName
{
color: #7498EE;
}
.AnyTagClassName
{
color: #7498EE;
}
</style>
background-color css
<style>
a { background-color: #7498EE; }
a { background-color: rgb(116,152,238); }
div.DivClassName
{
background-color: #7498EE;
}
.BgClassName
{
background-color: #7498EE;
}
</style>
border-color css
<style>
span { border-color: #7498EE; }
span { border-color: rgb(116,152,238); }
td.TdClassName
{
border-color: #7498EE;
}
.TagClassName
{
border-color: #7498EE;
}
</style>