Shades of Cornflower Blue #499DF7
Tints of Cornflower Blue #499DF7
RGB
CMYK
RGB Variations
Color information
#499DF7 (or 0x499DF7) is known color: Cornflower Blue. HEX triplet: 49, 9D and F7. RGB value is (73,157,247). Sum of RGB (Red+Green+Blue) = 73+157+247=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #499DF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DF7 is #B66208. Grayscale: #8D8D8D. Windows color (decimal): -11952649 or 16227657. OLE color: 16227657.
HSL color Cylindrical-coordinate representation of color #499DF7: hue angle of 211.03º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499DF7 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 157 | 247 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.03 |
| HSL | 211.03º | 0.92% | 0.63% | - |
| HSV(B) | 211.03º | 0.7% | 0.97% | - |
| XYZ | 31.59 | 32.25 | 92.55 | - |
| YUV | 142.14 | 187.17 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 247 | 0.70 | 0.36 | 0 | 0.03 | 211.03 | 0.92 | 0.63 |
| Hex | 49 | 9D | F7 | 46 | 24 | 0 | 3 | D3 | 5C | 3F |
| Octal | 111 | 235 | 367 | 106 | 44 | 0 | 3 | 323 | 134 | 77 |
| Binary | 1001001 | 10011101 | 11110111 | 1000110 | 100100 | 0 | 11 | 11010011 | 1011100 | 111111 |
Color Harmonies of #499DF7
Complementary color
Monochromatic Colors of #499DF7
Black with #499DF7
Text Example
Text Example
White with #499DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DF7; }
p { color: rgb(73,157,247); }
H1.HeaderClassName
{
color: #499DF7;
}
.AnyTagClassName
{
color: #499DF7;
}
</style>
background-color css
<style>
a { background-color: #499DF7; }
a { background-color: rgb(73,157,247); }
div.DivClassName
{
background-color: #499DF7;
}
.BgClassName
{
background-color: #499DF7;
}
</style>
border-color css
<style>
span { border-color: #499DF7; }
span { border-color: rgb(73,157,247); }
td.TdClassName
{
border-color: #499DF7;
}
.TagClassName
{
border-color: #499DF7;
}
</style>