Shades of Cornflower Blue #499BFF
Tints of Cornflower Blue #499BFF
RGB
CMYK
RGB Variations
Color information
#499BFF (or 0x499BFF) is known color: Cornflower Blue. HEX triplet: 49, 9B and FF. RGB value is (73,155,255). Sum of RGB (Red+Green+Blue) = 73+155+255=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #499BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFF is #B66400. Grayscale: #8D8D8D. Windows color (decimal): -11953153 or 16751433. OLE color: 16751433.
HSL color Cylindrical-coordinate representation of color #499BFF: hue angle of 212.97º 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 #499BFF is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 155 | 255 | - |
| CMYK | 0.71 | 0.39 | 0 | 0 |
| HSL | 212.97º | 1% | 0.64% | - |
| HSV(B) | 212.97º | 0.71% | 1% | - |
| XYZ | 32.52 | 32.08 | 99.09 | - |
| YUV | 141.88 | 191.83 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 255 | 0.71 | 0.39 | 0 | 0 | 212.97 | 1 | 0.64 |
| Hex | 49 | 9B | FF | 47 | 27 | 0 | 0 | D5 | 64 | 40 |
| Octal | 111 | 233 | 377 | 107 | 47 | 0 | 0 | 325 | 144 | 100 |
| Binary | 1001001 | 10011011 | 11111111 | 1000111 | 100111 | 0 | 0 | 11010101 | 1100100 | 1000000 |
Color Harmonies of #499BFF
Complementary color
Monochromatic Colors of #499BFF
Black with #499BFF
Text Example
Text Example
White with #499BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BFF; }
p { color: rgb(73,155,255); }
H1.HeaderClassName
{
color: #499BFF;
}
.AnyTagClassName
{
color: #499BFF;
}
</style>
background-color css
<style>
a { background-color: #499BFF; }
a { background-color: rgb(73,155,255); }
div.DivClassName
{
background-color: #499BFF;
}
.BgClassName
{
background-color: #499BFF;
}
</style>
border-color css
<style>
span { border-color: #499BFF; }
span { border-color: rgb(73,155,255); }
td.TdClassName
{
border-color: #499BFF;
}
.TagClassName
{
border-color: #499BFF;
}
</style>