Shades of Cornflower Blue #499FEC
Tints of Cornflower Blue #499FEC
RGB
CMYK
RGB Variations
Color information
#499FEC (or 0x499FEC) is known color: Cornflower Blue. HEX triplet: 49, 9F and EC. RGB value is (73,159,236). Sum of RGB (Red+Green+Blue) = 73+159+236=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #499FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FEC is #B66013. Grayscale: #8D8D8D. Windows color (decimal): -11952148 or 15507273. OLE color: 15507273.
HSL color Cylindrical-coordinate representation of color #499FEC: hue angle of 208.34º degrees, saturation: 0.81, 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 #499FEC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 159 | 236 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.07 |
| HSL | 208.34º | 0.81% | 0.61% | - |
| HSV(B) | 208.34º | 0.69% | 0.93% | - |
| XYZ | 30.29 | 32.27 | 83.99 | - |
| YUV | 142.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 236 | 0.69 | 0.33 | 0 | 0.07 | 208.34 | 0.81 | 0.61 |
| Hex | 49 | 9F | EC | 45 | 21 | 0 | 7 | D0 | 51 | 3D |
| Octal | 111 | 237 | 354 | 105 | 41 | 0 | 7 | 320 | 121 | 75 |
| Binary | 1001001 | 10011111 | 11101100 | 1000101 | 100001 | 0 | 111 | 11010000 | 1010001 | 111101 |
Color Harmonies of #499FEC
Complementary color
Monochromatic Colors of #499FEC
Black with #499FEC
Text Example
Text Example
White with #499FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FEC; }
p { color: rgb(73,159,236); }
H1.HeaderClassName
{
color: #499FEC;
}
.AnyTagClassName
{
color: #499FEC;
}
</style>
background-color css
<style>
a { background-color: #499FEC; }
a { background-color: rgb(73,159,236); }
div.DivClassName
{
background-color: #499FEC;
}
.BgClassName
{
background-color: #499FEC;
}
</style>
border-color css
<style>
span { border-color: #499FEC; }
span { border-color: rgb(73,159,236); }
td.TdClassName
{
border-color: #499FEC;
}
.TagClassName
{
border-color: #499FEC;
}
</style>