Shades of Cornflower Blue #499FF5
Tints of Cornflower Blue #499FF5
RGB
CMYK
RGB Variations
Color information
#499FF5 (or 0x499FF5) is known color: Cornflower Blue. HEX triplet: 49, 9F and F5. RGB value is (73,159,245). Sum of RGB (Red+Green+Blue) = 73+159+245=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #499FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FF5 is #B6600A. Grayscale: #8E8E8E. Windows color (decimal): -11952139 or 16097097. OLE color: 16097097.
HSL color Cylindrical-coordinate representation of color #499FF5: hue angle of 210º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499FF5 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 159 | 245 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.04 |
| HSL | 210º | 0.9% | 0.62% | - |
| HSV(B) | 210º | 0.7% | 0.96% | - |
| XYZ | 31.63 | 32.81 | 91.05 | - |
| YUV | 143.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 245 | 0.70 | 0.35 | 0 | 0.04 | 210 | 0.9 | 0.62 |
| Hex | 49 | 9F | F5 | 46 | 23 | 0 | 4 | D2 | 5A | 3E |
| Octal | 111 | 237 | 365 | 106 | 43 | 0 | 4 | 322 | 132 | 76 |
| Binary | 1001001 | 10011111 | 11110101 | 1000110 | 100011 | 0 | 100 | 11010010 | 1011010 | 111110 |
Color Harmonies of #499FF5
Complementary color
Monochromatic Colors of #499FF5
Black with #499FF5
Text Example
Text Example
White with #499FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FF5; }
p { color: rgb(73,159,245); }
H1.HeaderClassName
{
color: #499FF5;
}
.AnyTagClassName
{
color: #499FF5;
}
</style>
background-color css
<style>
a { background-color: #499FF5; }
a { background-color: rgb(73,159,245); }
div.DivClassName
{
background-color: #499FF5;
}
.BgClassName
{
background-color: #499FF5;
}
</style>
border-color css
<style>
span { border-color: #499FF5; }
span { border-color: rgb(73,159,245); }
td.TdClassName
{
border-color: #499FF5;
}
.TagClassName
{
border-color: #499FF5;
}
</style>