Shades of Cornflower Blue #498EEF
Tints of Cornflower Blue #498EEF
RGB
CMYK
RGB Variations
Color information
#498EEF (or 0x498EEF) is known color: Cornflower Blue. HEX triplet: 49, 8E and EF. RGB value is (73,142,239). Sum of RGB (Red+Green+Blue) = 73+142+239=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #498EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498EEF is #B67110. Grayscale: #838383. Windows color (decimal): -11956497 or 15699529. OLE color: 15699529.
HSL color Cylindrical-coordinate representation of color #498EEF: hue angle of 215.06º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498EEF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 142 | 239 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.06 |
| HSL | 215.06º | 0.84% | 0.61% | - |
| HSV(B) | 215.06º | 0.69% | 0.94% | - |
| XYZ | 28 | 26.99 | 85.4 | - |
| YUV | 132.43 | 188.14 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 239 | 0.69 | 0.41 | 0 | 0.06 | 215.06 | 0.84 | 0.61 |
| Hex | 49 | 8E | EF | 45 | 29 | 0 | 6 | D7 | 54 | 3D |
| Octal | 111 | 216 | 357 | 105 | 51 | 0 | 6 | 327 | 124 | 75 |
| Binary | 1001001 | 10001110 | 11101111 | 1000101 | 101001 | 0 | 110 | 11010111 | 1010100 | 111101 |
Color Harmonies of #498EEF
Complementary color
Monochromatic Colors of #498EEF
Black with #498EEF
Text Example
Text Example
White with #498EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498EEF; }
p { color: rgb(73,142,239); }
H1.HeaderClassName
{
color: #498EEF;
}
.AnyTagClassName
{
color: #498EEF;
}
</style>
background-color css
<style>
a { background-color: #498EEF; }
a { background-color: rgb(73,142,239); }
div.DivClassName
{
background-color: #498EEF;
}
.BgClassName
{
background-color: #498EEF;
}
</style>
border-color css
<style>
span { border-color: #498EEF; }
span { border-color: rgb(73,142,239); }
td.TdClassName
{
border-color: #498EEF;
}
.TagClassName
{
border-color: #498EEF;
}
</style>