Shades of Cornflower Blue #49A0FB
Tints of Cornflower Blue #49A0FB
RGB
CMYK
RGB Variations
Color information
#49A0FB (or 0x49A0FB) is known color: Cornflower Blue. HEX triplet: 49, A0 and FB. RGB value is (73,160,251). Sum of RGB (Red+Green+Blue) = 73+160+251=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #49A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0FB is #B65F04. Grayscale: #8F8F8F. Windows color (decimal): -11951877 or 16490569. OLE color: 16490569.
HSL color Cylindrical-coordinate representation of color #49A0FB: hue angle of 210.67º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A0FB is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 160 | 251 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.02 |
| HSL | 210.67º | 0.96% | 0.64% | - |
| HSV(B) | 210.67º | 0.71% | 0.98% | - |
| XYZ | 32.73 | 33.52 | 96.01 | - |
| YUV | 144.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 251 | 0.71 | 0.36 | 0 | 0.02 | 210.67 | 0.96 | 0.64 |
| Hex | 49 | A0 | FB | 47 | 24 | 0 | 2 | D3 | 60 | 40 |
| Octal | 111 | 240 | 373 | 107 | 44 | 0 | 2 | 323 | 140 | 100 |
| Binary | 1001001 | 10100000 | 11111011 | 1000111 | 100100 | 0 | 10 | 11010011 | 1100000 | 1000000 |
Color Harmonies of #49A0FB
Complementary color
Monochromatic Colors of #49A0FB
Black with #49A0FB
Text Example
Text Example
White with #49A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0FB; }
p { color: rgb(73,160,251); }
H1.HeaderClassName
{
color: #49A0FB;
}
.AnyTagClassName
{
color: #49A0FB;
}
</style>
background-color css
<style>
a { background-color: #49A0FB; }
a { background-color: rgb(73,160,251); }
div.DivClassName
{
background-color: #49A0FB;
}
.BgClassName
{
background-color: #49A0FB;
}
</style>
border-color css
<style>
span { border-color: #49A0FB; }
span { border-color: rgb(73,160,251); }
td.TdClassName
{
border-color: #49A0FB;
}
.TagClassName
{
border-color: #49A0FB;
}
</style>