Shades of Cornflower Blue #498DE6
Tints of Cornflower Blue #498DE6
RGB
CMYK
RGB Variations
Color information
#498DE6 (or 0x498DE6) is known color: Cornflower Blue. HEX triplet: 49, 8D and E6. RGB value is (73,141,230). Sum of RGB (Red+Green+Blue) = 73+141+230=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #498DE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DE6 is #B67219. Grayscale: #828282. Windows color (decimal): -11956762 or 15109449. OLE color: 15109449.
HSL color Cylindrical-coordinate representation of color #498DE6: hue angle of 214.01º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498DE6 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 141 | 230 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.10 |
| HSL | 214.01º | 0.76% | 0.59% | - |
| HSV(B) | 214.01º | 0.68% | 0.9% | - |
| XYZ | 26.56 | 26.18 | 78.52 | - |
| YUV | 130.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 230 | 0.68 | 0.39 | 0 | 0.10 | 214.01 | 0.76 | 0.59 |
| Hex | 49 | 8D | E6 | 44 | 27 | 0 | A | D6 | 4C | 3B |
| Octal | 111 | 215 | 346 | 104 | 47 | 0 | 12 | 326 | 114 | 73 |
| Binary | 1001001 | 10001101 | 11100110 | 1000100 | 100111 | 0 | 1010 | 11010110 | 1001100 | 111011 |
Color Harmonies of #498DE6
Complementary color
Monochromatic Colors of #498DE6
Black with #498DE6
Text Example
Text Example
White with #498DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DE6; }
p { color: rgb(73,141,230); }
H1.HeaderClassName
{
color: #498DE6;
}
.AnyTagClassName
{
color: #498DE6;
}
</style>
background-color css
<style>
a { background-color: #498DE6; }
a { background-color: rgb(73,141,230); }
div.DivClassName
{
background-color: #498DE6;
}
.BgClassName
{
background-color: #498DE6;
}
</style>
border-color css
<style>
span { border-color: #498DE6; }
span { border-color: rgb(73,141,230); }
td.TdClassName
{
border-color: #498DE6;
}
.TagClassName
{
border-color: #498DE6;
}
</style>