Shades of Cornflower Blue #499BFC
Tints of Cornflower Blue #499BFC
RGB
CMYK
RGB Variations
Color information
#499BFC (or 0x499BFC) is known color: Cornflower Blue. HEX triplet: 49, 9B and FC. RGB value is (73,155,252). Sum of RGB (Red+Green+Blue) = 73+155+252=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #499BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFC is #B66403. Grayscale: #8D8D8D. Windows color (decimal): -11953156 or 16554825. OLE color: 16554825.
HSL color Cylindrical-coordinate representation of color #499BFC: hue angle of 212.51º degrees, saturation: 0.97, 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 #499BFC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 155 | 252 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.01 |
| HSL | 212.51º | 0.97% | 0.64% | - |
| HSV(B) | 212.51º | 0.71% | 0.99% | - |
| XYZ | 32.04 | 31.89 | 96.56 | - |
| YUV | 141.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 252 | 0.71 | 0.38 | 0 | 0.01 | 212.51 | 0.97 | 0.64 |
| Hex | 49 | 9B | FC | 47 | 26 | 0 | 1 | D5 | 61 | 40 |
| Octal | 111 | 233 | 374 | 107 | 46 | 0 | 1 | 325 | 141 | 100 |
| Binary | 1001001 | 10011011 | 11111100 | 1000111 | 100110 | 0 | 1 | 11010101 | 1100001 | 1000000 |
Color Harmonies of #499BFC
Complementary color
Monochromatic Colors of #499BFC
Black with #499BFC
Text Example
Text Example
White with #499BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BFC; }
p { color: rgb(73,155,252); }
H1.HeaderClassName
{
color: #499BFC;
}
.AnyTagClassName
{
color: #499BFC;
}
</style>
background-color css
<style>
a { background-color: #499BFC; }
a { background-color: rgb(73,155,252); }
div.DivClassName
{
background-color: #499BFC;
}
.BgClassName
{
background-color: #499BFC;
}
</style>
border-color css
<style>
span { border-color: #499BFC; }
span { border-color: rgb(73,155,252); }
td.TdClassName
{
border-color: #499BFC;
}
.TagClassName
{
border-color: #499BFC;
}
</style>