Shades of Cornflower Blue #498CEE
Tints of Cornflower Blue #498CEE
RGB
CMYK
RGB Variations
Color information
#498CEE (or 0x498CEE) is known color: Cornflower Blue. HEX triplet: 49, 8C and EE. RGB value is (73,140,238). Sum of RGB (Red+Green+Blue) = 73+140+238=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #498CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CEE is #B67311. Grayscale: #828282. Windows color (decimal): -11957010 or 15633481. OLE color: 15633481.
HSL color Cylindrical-coordinate representation of color #498CEE: hue angle of 215.64º 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 #498CEE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 140 | 238 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.07 |
| HSL | 215.64º | 0.83% | 0.61% | - |
| HSV(B) | 215.64º | 0.69% | 0.93% | - |
| XYZ | 27.56 | 26.35 | 84.52 | - |
| YUV | 131.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 238 | 0.69 | 0.41 | 0 | 0.07 | 215.64 | 0.83 | 0.61 |
| Hex | 49 | 8C | EE | 45 | 29 | 0 | 7 | D8 | 53 | 3D |
| Octal | 111 | 214 | 356 | 105 | 51 | 0 | 7 | 330 | 123 | 75 |
| Binary | 1001001 | 10001100 | 11101110 | 1000101 | 101001 | 0 | 111 | 11011000 | 1010011 | 111101 |
Color Harmonies of #498CEE
Complementary color
Monochromatic Colors of #498CEE
Black with #498CEE
Text Example
Text Example
White with #498CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CEE; }
p { color: rgb(73,140,238); }
H1.HeaderClassName
{
color: #498CEE;
}
.AnyTagClassName
{
color: #498CEE;
}
</style>
background-color css
<style>
a { background-color: #498CEE; }
a { background-color: rgb(73,140,238); }
div.DivClassName
{
background-color: #498CEE;
}
.BgClassName
{
background-color: #498CEE;
}
</style>
border-color css
<style>
span { border-color: #498CEE; }
span { border-color: rgb(73,140,238); }
td.TdClassName
{
border-color: #498CEE;
}
.TagClassName
{
border-color: #498CEE;
}
</style>