Shades of Cornflower Blue #499DF9
Tints of Cornflower Blue #499DF9
RGB
CMYK
RGB Variations
Color information
#499DF9 (or 0x499DF9) is known color: Cornflower Blue. HEX triplet: 49, 9D and F9. RGB value is (73,157,249). Sum of RGB (Red+Green+Blue) = 73+157+249=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #499DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DF9 is #B66206. Grayscale: #8D8D8D. Windows color (decimal): -11952647 or 16358729. OLE color: 16358729.
HSL color Cylindrical-coordinate representation of color #499DF9: hue angle of 211.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499DF9 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 157 | 249 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.02 |
| HSL | 211.36º | 0.94% | 0.63% | - |
| HSV(B) | 211.36º | 0.71% | 0.98% | - |
| XYZ | 31.9 | 32.37 | 94.19 | - |
| YUV | 142.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 249 | 0.71 | 0.37 | 0 | 0.02 | 211.36 | 0.94 | 0.63 |
| Hex | 49 | 9D | F9 | 47 | 25 | 0 | 2 | D3 | 5E | 3F |
| Octal | 111 | 235 | 371 | 107 | 45 | 0 | 2 | 323 | 136 | 77 |
| Binary | 1001001 | 10011101 | 11111001 | 1000111 | 100101 | 0 | 10 | 11010011 | 1011110 | 111111 |
Color Harmonies of #499DF9
Complementary color
Monochromatic Colors of #499DF9
Black with #499DF9
Text Example
Text Example
White with #499DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DF9; }
p { color: rgb(73,157,249); }
H1.HeaderClassName
{
color: #499DF9;
}
.AnyTagClassName
{
color: #499DF9;
}
</style>
background-color css
<style>
a { background-color: #499DF9; }
a { background-color: rgb(73,157,249); }
div.DivClassName
{
background-color: #499DF9;
}
.BgClassName
{
background-color: #499DF9;
}
</style>
border-color css
<style>
span { border-color: #499DF9; }
span { border-color: rgb(73,157,249); }
td.TdClassName
{
border-color: #499DF9;
}
.TagClassName
{
border-color: #499DF9;
}
</style>