Shades of Cornflower Blue #499FFF
Tints of Cornflower Blue #499FFF
RGB
CMYK
RGB Variations
Color information
#499FFF (or 0x499FFF) is known color: Cornflower Blue. HEX triplet: 49, 9F and FF. RGB value is (73,159,255). Sum of RGB (Red+Green+Blue) = 73+159+255=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #499FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FFF is #B66000. Grayscale: #8F8F8F. Windows color (decimal): -11952129 or 16752457. OLE color: 16752457.
HSL color Cylindrical-coordinate representation of color #499FFF: hue angle of 211.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499FFF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 159 | 255 | - |
| CMYK | 0.71 | 0.38 | 0 | 0 |
| HSL | 211.65º | 1% | 0.64% | - |
| HSV(B) | 211.65º | 0.71% | 1% | - |
| XYZ | 33.2 | 33.43 | 99.31 | - |
| YUV | 144.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 255 | 0.71 | 0.38 | 0 | 0 | 211.65 | 1 | 0.64 |
| Hex | 49 | 9F | FF | 47 | 26 | 0 | 0 | D4 | 64 | 40 |
| Octal | 111 | 237 | 377 | 107 | 46 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1001001 | 10011111 | 11111111 | 1000111 | 100110 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #499FFF
Complementary color
Monochromatic Colors of #499FFF
Black with #499FFF
Text Example
Text Example
White with #499FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FFF; }
p { color: rgb(73,159,255); }
H1.HeaderClassName
{
color: #499FFF;
}
.AnyTagClassName
{
color: #499FFF;
}
</style>
background-color css
<style>
a { background-color: #499FFF; }
a { background-color: rgb(73,159,255); }
div.DivClassName
{
background-color: #499FFF;
}
.BgClassName
{
background-color: #499FFF;
}
</style>
border-color css
<style>
span { border-color: #499FFF; }
span { border-color: rgb(73,159,255); }
td.TdClassName
{
border-color: #499FFF;
}
.TagClassName
{
border-color: #499FFF;
}
</style>