Shades of Cornflower Blue #499FFD
Tints of Cornflower Blue #499FFD
RGB
CMYK
RGB Variations
Color information
#499FFD (or 0x499FFD) is known color: Cornflower Blue. HEX triplet: 49, 9F and FD. RGB value is (73,159,253). Sum of RGB (Red+Green+Blue) = 73+159+253=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #499FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FFD is #B66002. Grayscale: #8F8F8F. Windows color (decimal): -11952131 or 16621385. OLE color: 16621385.
HSL color Cylindrical-coordinate representation of color #499FFD: hue angle of 211.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499FFD is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 159 | 253 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.01 |
| HSL | 211.33º | 0.98% | 0.64% | - |
| HSV(B) | 211.33º | 0.71% | 0.99% | - |
| XYZ | 32.88 | 33.3 | 97.62 | - |
| YUV | 144 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 253 | 0.71 | 0.37 | 0 | 0.01 | 211.33 | 0.98 | 0.64 |
| Hex | 49 | 9F | FD | 47 | 25 | 0 | 1 | D3 | 62 | 40 |
| Octal | 111 | 237 | 375 | 107 | 45 | 0 | 1 | 323 | 142 | 100 |
| Binary | 1001001 | 10011111 | 11111101 | 1000111 | 100101 | 0 | 1 | 11010011 | 1100010 | 1000000 |
Color Harmonies of #499FFD
Complementary color
Monochromatic Colors of #499FFD
Black with #499FFD
Text Example
Text Example
White with #499FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FFD; }
p { color: rgb(73,159,253); }
H1.HeaderClassName
{
color: #499FFD;
}
.AnyTagClassName
{
color: #499FFD;
}
</style>
background-color css
<style>
a { background-color: #499FFD; }
a { background-color: rgb(73,159,253); }
div.DivClassName
{
background-color: #499FFD;
}
.BgClassName
{
background-color: #499FFD;
}
</style>
border-color css
<style>
span { border-color: #499FFD; }
span { border-color: rgb(73,159,253); }
td.TdClassName
{
border-color: #499FFD;
}
.TagClassName
{
border-color: #499FFD;
}
</style>