Shades of Cornflower Blue #498CE1
Tints of Cornflower Blue #498CE1
RGB
CMYK
RGB Variations
Color information
#498CE1 (or 0x498CE1) is known color: Cornflower Blue. HEX triplet: 49, 8C and E1. RGB value is (73,140,225). Sum of RGB (Red+Green+Blue) = 73+140+225=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #498CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CE1 is #B6731E. Grayscale: #818181. Windows color (decimal): -11957023 or 14781513. OLE color: 14781513.
HSL color Cylindrical-coordinate representation of color #498CE1: hue angle of 213.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498CE1 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 140 | 225 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.12 |
| HSL | 213.55º | 0.72% | 0.58% | - |
| HSV(B) | 213.55º | 0.68% | 0.88% | - |
| XYZ | 25.72 | 25.61 | 74.82 | - |
| YUV | 129.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 225 | 0.68 | 0.38 | 0 | 0.12 | 213.55 | 0.72 | 0.58 |
| Hex | 49 | 8C | E1 | 44 | 26 | 0 | C | D6 | 48 | 3A |
| Octal | 111 | 214 | 341 | 104 | 46 | 0 | 14 | 326 | 110 | 72 |
| Binary | 1001001 | 10001100 | 11100001 | 1000100 | 100110 | 0 | 1100 | 11010110 | 1001000 | 111010 |
Color Harmonies of #498CE1
Complementary color
Monochromatic Colors of #498CE1
Black with #498CE1
Text Example
Text Example
White with #498CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CE1; }
p { color: rgb(73,140,225); }
H1.HeaderClassName
{
color: #498CE1;
}
.AnyTagClassName
{
color: #498CE1;
}
</style>
background-color css
<style>
a { background-color: #498CE1; }
a { background-color: rgb(73,140,225); }
div.DivClassName
{
background-color: #498CE1;
}
.BgClassName
{
background-color: #498CE1;
}
</style>
border-color css
<style>
span { border-color: #498CE1; }
span { border-color: rgb(73,140,225); }
td.TdClassName
{
border-color: #498CE1;
}
.TagClassName
{
border-color: #498CE1;
}
</style>