Shades of Cornflower Blue #499EF1
Tints of Cornflower Blue #499EF1
RGB
CMYK
RGB Variations
Color information
#499EF1 (or 0x499EF1) is known color: Cornflower Blue. HEX triplet: 49, 9E and F1. RGB value is (73,158,241). Sum of RGB (Red+Green+Blue) = 73+158+241=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #499EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EF1 is #B6610E. Grayscale: #8D8D8D. Windows color (decimal): -11952399 or 15834697. OLE color: 15834697.
HSL color Cylindrical-coordinate representation of color #499EF1: hue angle of 209.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499EF1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 158 | 241 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.05 |
| HSL | 209.64º | 0.86% | 0.62% | - |
| HSV(B) | 209.64º | 0.7% | 0.95% | - |
| XYZ | 30.85 | 32.22 | 87.81 | - |
| YUV | 142.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 241 | 0.70 | 0.34 | 0 | 0.05 | 209.64 | 0.86 | 0.62 |
| Hex | 49 | 9E | F1 | 46 | 22 | 0 | 5 | D2 | 56 | 3E |
| Octal | 111 | 236 | 361 | 106 | 42 | 0 | 5 | 322 | 126 | 76 |
| Binary | 1001001 | 10011110 | 11110001 | 1000110 | 100010 | 0 | 101 | 11010010 | 1010110 | 111110 |
Color Harmonies of #499EF1
Complementary color
Monochromatic Colors of #499EF1
Black with #499EF1
Text Example
Text Example
White with #499EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EF1; }
p { color: rgb(73,158,241); }
H1.HeaderClassName
{
color: #499EF1;
}
.AnyTagClassName
{
color: #499EF1;
}
</style>
background-color css
<style>
a { background-color: #499EF1; }
a { background-color: rgb(73,158,241); }
div.DivClassName
{
background-color: #499EF1;
}
.BgClassName
{
background-color: #499EF1;
}
</style>
border-color css
<style>
span { border-color: #499EF1; }
span { border-color: rgb(73,158,241); }
td.TdClassName
{
border-color: #499EF1;
}
.TagClassName
{
border-color: #499EF1;
}
</style>