Shades of Cornflower Blue #499CF1
Tints of Cornflower Blue #499CF1
RGB
CMYK
RGB Variations
Color information
#499CF1 (or 0x499CF1) is known color: Cornflower Blue. HEX triplet: 49, 9C and F1. RGB value is (73,156,241). Sum of RGB (Red+Green+Blue) = 73+156+241=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #499CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CF1 is #B6630E. Grayscale: #8C8C8C. Windows color (decimal): -11952911 or 15834185. OLE color: 15834185.
HSL color Cylindrical-coordinate representation of color #499CF1: hue angle of 210.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499CF1 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 156 | 241 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.05 |
| HSL | 210.36º | 0.86% | 0.62% | - |
| HSV(B) | 210.36º | 0.7% | 0.95% | - |
| XYZ | 30.51 | 31.54 | 87.7 | - |
| YUV | 140.87 | 184.5 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 241 | 0.70 | 0.35 | 0 | 0.05 | 210.36 | 0.86 | 0.62 |
| Hex | 49 | 9C | F1 | 46 | 23 | 0 | 5 | D2 | 56 | 3E |
| Octal | 111 | 234 | 361 | 106 | 43 | 0 | 5 | 322 | 126 | 76 |
| Binary | 1001001 | 10011100 | 11110001 | 1000110 | 100011 | 0 | 101 | 11010010 | 1010110 | 111110 |
Color Harmonies of #499CF1
Complementary color
Monochromatic Colors of #499CF1
Black with #499CF1
Text Example
Text Example
White with #499CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CF1; }
p { color: rgb(73,156,241); }
H1.HeaderClassName
{
color: #499CF1;
}
.AnyTagClassName
{
color: #499CF1;
}
</style>
background-color css
<style>
a { background-color: #499CF1; }
a { background-color: rgb(73,156,241); }
div.DivClassName
{
background-color: #499CF1;
}
.BgClassName
{
background-color: #499CF1;
}
</style>
border-color css
<style>
span { border-color: #499CF1; }
span { border-color: rgb(73,156,241); }
td.TdClassName
{
border-color: #499CF1;
}
.TagClassName
{
border-color: #499CF1;
}
</style>