Shades of Cornflower Blue #499BFA
Tints of Cornflower Blue #499BFA
RGB
CMYK
RGB Variations
Color information
#499BFA (or 0x499BFA) is known color: Cornflower Blue. HEX triplet: 49, 9B and FA. RGB value is (73,155,250). Sum of RGB (Red+Green+Blue) = 73+155+250=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #499BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499BFA is #B66405. Grayscale: #8C8C8C. Windows color (decimal): -11953158 or 16423753. OLE color: 16423753.
HSL color Cylindrical-coordinate representation of color #499BFA: hue angle of 212.2º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499BFA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 155 | 250 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.02 |
| HSL | 212.2º | 0.95% | 0.63% | - |
| HSV(B) | 212.2º | 0.71% | 0.98% | - |
| XYZ | 31.72 | 31.76 | 94.9 | - |
| YUV | 141.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 250 | 0.71 | 0.38 | 0 | 0.02 | 212.2 | 0.95 | 0.63 |
| Hex | 49 | 9B | FA | 47 | 26 | 0 | 2 | D4 | 5F | 3F |
| Octal | 111 | 233 | 372 | 107 | 46 | 0 | 2 | 324 | 137 | 77 |
| Binary | 1001001 | 10011011 | 11111010 | 1000111 | 100110 | 0 | 10 | 11010100 | 1011111 | 111111 |
Color Harmonies of #499BFA
Complementary color
Monochromatic Colors of #499BFA
Black with #499BFA
Text Example
Text Example
White with #499BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BFA; }
p { color: rgb(73,155,250); }
H1.HeaderClassName
{
color: #499BFA;
}
.AnyTagClassName
{
color: #499BFA;
}
</style>
background-color css
<style>
a { background-color: #499BFA; }
a { background-color: rgb(73,155,250); }
div.DivClassName
{
background-color: #499BFA;
}
.BgClassName
{
background-color: #499BFA;
}
</style>
border-color css
<style>
span { border-color: #499BFA; }
span { border-color: rgb(73,155,250); }
td.TdClassName
{
border-color: #499BFA;
}
.TagClassName
{
border-color: #499BFA;
}
</style>