Shades of Cornflower Blue #50A2F9
Tints of Cornflower Blue #50A2F9
RGB
CMYK
RGB Variations
Color information
#50A2F9 (or 0x50A2F9) is known color: Cornflower Blue. HEX triplet: 50, A2 and F9. RGB value is (80,162,249). Sum of RGB (Red+Green+Blue) = 80+162+249=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #50A2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A2F9 is #AF5D06. Grayscale: #929292. Windows color (decimal): -11492615 or 16360016. OLE color: 16360016.
HSL color Cylindrical-coordinate representation of color #50A2F9: hue angle of 210.89º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A2F9 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 162 | 249 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.02 |
| HSL | 210.89º | 0.93% | 0.65% | - |
| HSV(B) | 210.89º | 0.68% | 0.98% | - |
| XYZ | 33.33 | 34.39 | 94.5 | - |
| YUV | 147.4 | 185.33 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 249 | 0.68 | 0.35 | 0 | 0.02 | 210.89 | 0.93 | 0.65 |
| Hex | 50 | A2 | F9 | 44 | 23 | 0 | 2 | D3 | 5D | 41 |
| Octal | 120 | 242 | 371 | 104 | 43 | 0 | 2 | 323 | 135 | 101 |
| Binary | 1010000 | 10100010 | 11111001 | 1000100 | 100011 | 0 | 10 | 11010011 | 1011101 | 1000001 |
Color Harmonies of #50A2F9
Complementary color
Monochromatic Colors of #50A2F9
Black with #50A2F9
Text Example
Text Example
White with #50A2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2F9; }
p { color: rgb(80,162,249); }
H1.HeaderClassName
{
color: #50A2F9;
}
.AnyTagClassName
{
color: #50A2F9;
}
</style>
background-color css
<style>
a { background-color: #50A2F9; }
a { background-color: rgb(80,162,249); }
div.DivClassName
{
background-color: #50A2F9;
}
.BgClassName
{
background-color: #50A2F9;
}
</style>
border-color css
<style>
span { border-color: #50A2F9; }
span { border-color: rgb(80,162,249); }
td.TdClassName
{
border-color: #50A2F9;
}
.TagClassName
{
border-color: #50A2F9;
}
</style>