Shades of Cornflower Blue #50A1FC
Tints of Cornflower Blue #50A1FC
RGB
CMYK
RGB Variations
Color information
#50A1FC (or 0x50A1FC) is known color: Cornflower Blue. HEX triplet: 50, A1 and FC. RGB value is (80,161,252). Sum of RGB (Red+Green+Blue) = 80+161+252=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #50A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A1FC is #AF5E03. Grayscale: #929292. Windows color (decimal): -11492868 or 16556368. OLE color: 16556368.
HSL color Cylindrical-coordinate representation of color #50A1FC: hue angle of 211.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A1FC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 161 | 252 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.01 |
| HSL | 211.74º | 0.97% | 0.65% | - |
| HSV(B) | 211.74º | 0.68% | 0.99% | - |
| XYZ | 33.62 | 34.22 | 96.93 | - |
| YUV | 147.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 252 | 0.68 | 0.36 | 0 | 0.01 | 211.74 | 0.97 | 0.65 |
| Hex | 50 | A1 | FC | 44 | 24 | 0 | 1 | D4 | 61 | 41 |
| Octal | 120 | 241 | 374 | 104 | 44 | 0 | 1 | 324 | 141 | 101 |
| Binary | 1010000 | 10100001 | 11111100 | 1000100 | 100100 | 0 | 1 | 11010100 | 1100001 | 1000001 |
Color Harmonies of #50A1FC
Complementary color
Monochromatic Colors of #50A1FC
Black with #50A1FC
Text Example
Text Example
White with #50A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1FC; }
p { color: rgb(80,161,252); }
H1.HeaderClassName
{
color: #50A1FC;
}
.AnyTagClassName
{
color: #50A1FC;
}
</style>
background-color css
<style>
a { background-color: #50A1FC; }
a { background-color: rgb(80,161,252); }
div.DivClassName
{
background-color: #50A1FC;
}
.BgClassName
{
background-color: #50A1FC;
}
</style>
border-color css
<style>
span { border-color: #50A1FC; }
span { border-color: rgb(80,161,252); }
td.TdClassName
{
border-color: #50A1FC;
}
.TagClassName
{
border-color: #50A1FC;
}
</style>