Shades of Cornflower Blue #50A1E9
Tints of Cornflower Blue #50A1E9
RGB
CMYK
RGB Variations
Color information
#50A1E9 (or 0x50A1E9) is known color: Cornflower Blue. HEX triplet: 50, A1 and E9. RGB value is (80,161,233). Sum of RGB (Red+Green+Blue) = 80+161+233=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #50A1E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A1E9 is #AF5E16. Grayscale: #909090. Windows color (decimal): -11492887 or 15311184. OLE color: 15311184.
HSL color Cylindrical-coordinate representation of color #50A1E9: hue angle of 208.24º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A1E9 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 161 | 233 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.09 |
| HSL | 208.24º | 0.78% | 0.61% | - |
| HSV(B) | 208.24º | 0.66% | 0.91% | - |
| XYZ | 30.76 | 33.08 | 81.85 | - |
| YUV | 144.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 233 | 0.66 | 0.31 | 0 | 0.09 | 208.24 | 0.78 | 0.61 |
| Hex | 50 | A1 | E9 | 42 | 1F | 0 | 9 | D0 | 4E | 3D |
| Octal | 120 | 241 | 351 | 102 | 37 | 0 | 11 | 320 | 116 | 75 |
| Binary | 1010000 | 10100001 | 11101001 | 1000010 | 11111 | 0 | 1001 | 11010000 | 1001110 | 111101 |
Color Harmonies of #50A1E9
Complementary color
Monochromatic Colors of #50A1E9
Black with #50A1E9
Text Example
Text Example
White with #50A1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1E9; }
p { color: rgb(80,161,233); }
H1.HeaderClassName
{
color: #50A1E9;
}
.AnyTagClassName
{
color: #50A1E9;
}
</style>
background-color css
<style>
a { background-color: #50A1E9; }
a { background-color: rgb(80,161,233); }
div.DivClassName
{
background-color: #50A1E9;
}
.BgClassName
{
background-color: #50A1E9;
}
</style>
border-color css
<style>
span { border-color: #50A1E9; }
span { border-color: rgb(80,161,233); }
td.TdClassName
{
border-color: #50A1E9;
}
.TagClassName
{
border-color: #50A1E9;
}
</style>