Shades of Cornflower Blue #498EEE
Tints of Cornflower Blue #498EEE
RGB
CMYK
RGB Variations
Color information
#498EEE (or 0x498EEE) is known color: Cornflower Blue. HEX triplet: 49, 8E and EE. RGB value is (73,142,238). Sum of RGB (Red+Green+Blue) = 73+142+238=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #498EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498EEE is #B67111. Grayscale: #838383. Windows color (decimal): -11956498 or 15633993. OLE color: 15633993.
HSL color Cylindrical-coordinate representation of color #498EEE: hue angle of 214.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498EEE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 142 | 238 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.07 |
| HSL | 214.91º | 0.83% | 0.61% | - |
| HSV(B) | 214.91º | 0.69% | 0.93% | - |
| XYZ | 27.85 | 26.94 | 84.62 | - |
| YUV | 132.31 | 187.64 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 238 | 0.69 | 0.40 | 0 | 0.07 | 214.91 | 0.83 | 0.61 |
| Hex | 49 | 8E | EE | 45 | 28 | 0 | 7 | D7 | 53 | 3D |
| Octal | 111 | 216 | 356 | 105 | 50 | 0 | 7 | 327 | 123 | 75 |
| Binary | 1001001 | 10001110 | 11101110 | 1000101 | 101000 | 0 | 111 | 11010111 | 1010011 | 111101 |
Color Harmonies of #498EEE
Complementary color
Monochromatic Colors of #498EEE
Black with #498EEE
Text Example
Text Example
White with #498EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498EEE; }
p { color: rgb(73,142,238); }
H1.HeaderClassName
{
color: #498EEE;
}
.AnyTagClassName
{
color: #498EEE;
}
</style>
background-color css
<style>
a { background-color: #498EEE; }
a { background-color: rgb(73,142,238); }
div.DivClassName
{
background-color: #498EEE;
}
.BgClassName
{
background-color: #498EEE;
}
</style>
border-color css
<style>
span { border-color: #498EEE; }
span { border-color: rgb(73,142,238); }
td.TdClassName
{
border-color: #498EEE;
}
.TagClassName
{
border-color: #498EEE;
}
</style>