Shades of Cornflower Blue #50A9FE
Tints of Cornflower Blue #50A9FE
RGB
CMYK
RGB Variations
Color information
#50A9FE (or 0x50A9FE) is known color: Cornflower Blue. HEX triplet: 50, A9 and FE. RGB value is (80,169,254). Sum of RGB (Red+Green+Blue) = 80+169+254=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #50A9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A9FE is #AF5601. Grayscale: #979797. Windows color (decimal): -11490818 or 16689488. OLE color: 16689488.
HSL color Cylindrical-coordinate representation of color #50A9FE: hue angle of 209.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A9FE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 169 | 254 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.00 |
| HSL | 209.31º | 0.99% | 0.65% | - |
| HSV(B) | 209.31º | 0.69% | 1% | - |
| XYZ | 35.39 | 37.24 | 99.09 | - |
| YUV | 152.08 | 185.51 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 254 | 0.69 | 0.33 | 0 | 0.00 | 209.31 | 0.99 | 0.65 |
| Hex | 50 | A9 | FE | 45 | 21 | 0 | 0 | D1 | 63 | 41 |
| Octal | 120 | 251 | 376 | 105 | 41 | 0 | 0 | 321 | 143 | 101 |
| Binary | 1010000 | 10101001 | 11111110 | 1000101 | 100001 | 0 | 0 | 11010001 | 1100011 | 1000001 |
Color Harmonies of #50A9FE
Complementary color
Monochromatic Colors of #50A9FE
Black with #50A9FE
Text Example
Text Example
White with #50A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A9FE; }
p { color: rgb(80,169,254); }
H1.HeaderClassName
{
color: #50A9FE;
}
.AnyTagClassName
{
color: #50A9FE;
}
</style>
background-color css
<style>
a { background-color: #50A9FE; }
a { background-color: rgb(80,169,254); }
div.DivClassName
{
background-color: #50A9FE;
}
.BgClassName
{
background-color: #50A9FE;
}
</style>
border-color css
<style>
span { border-color: #50A9FE; }
span { border-color: rgb(80,169,254); }
td.TdClassName
{
border-color: #50A9FE;
}
.TagClassName
{
border-color: #50A9FE;
}
</style>