Shades of Cornflower Blue #499BFD
Tints of Cornflower Blue #499BFD
RGB
CMYK
RGB Variations
Color information
#499BFD (or 0x499BFD) is known color: Cornflower Blue. HEX triplet: 49, 9B and FD. RGB value is (73,155,253). Sum of RGB (Red+Green+Blue) = 73+155+253=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #499BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFD is #B66402. Grayscale: #8D8D8D. Windows color (decimal): -11953155 or 16620361. OLE color: 16620361.
HSL color Cylindrical-coordinate representation of color #499BFD: hue angle of 212.67º 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 #499BFD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 155 | 253 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.01 |
| HSL | 212.67º | 0.98% | 0.64% | - |
| HSV(B) | 212.67º | 0.71% | 0.99% | - |
| XYZ | 32.2 | 31.95 | 97.4 | - |
| YUV | 141.65 | 190.83 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 253 | 0.71 | 0.39 | 0 | 0.01 | 212.67 | 0.98 | 0.64 |
| Hex | 49 | 9B | FD | 47 | 27 | 0 | 1 | D5 | 62 | 40 |
| Octal | 111 | 233 | 375 | 107 | 47 | 0 | 1 | 325 | 142 | 100 |
| Binary | 1001001 | 10011011 | 11111101 | 1000111 | 100111 | 0 | 1 | 11010101 | 1100010 | 1000000 |
Color Harmonies of #499BFD
Complementary color
Monochromatic Colors of #499BFD
Black with #499BFD
Text Example
Text Example
White with #499BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BFD; }
p { color: rgb(73,155,253); }
H1.HeaderClassName
{
color: #499BFD;
}
.AnyTagClassName
{
color: #499BFD;
}
</style>
background-color css
<style>
a { background-color: #499BFD; }
a { background-color: rgb(73,155,253); }
div.DivClassName
{
background-color: #499BFD;
}
.BgClassName
{
background-color: #499BFD;
}
</style>
border-color css
<style>
span { border-color: #499BFD; }
span { border-color: rgb(73,155,253); }
td.TdClassName
{
border-color: #499BFD;
}
.TagClassName
{
border-color: #499BFD;
}
</style>