Shades of Cornflower Blue #50A2FC
Tints of Cornflower Blue #50A2FC
RGB
CMYK
RGB Variations
Color information
#50A2FC (or 0x50A2FC) is known color: Cornflower Blue. HEX triplet: 50, A2 and FC. RGB value is (80,162,252). Sum of RGB (Red+Green+Blue) = 80+162+252=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #50A2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A2FC is #AF5D03. Grayscale: #939393. Windows color (decimal): -11492612 or 16556624. OLE color: 16556624.
HSL color Cylindrical-coordinate representation of color #50A2FC: hue angle of 211.4º 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 #50A2FC is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 162 | 252 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.01 |
| HSL | 211.4º | 0.97% | 0.65% | - |
| HSV(B) | 211.4º | 0.68% | 0.99% | - |
| XYZ | 33.8 | 34.57 | 96.99 | - |
| YUV | 147.74 | 186.83 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 252 | 0.68 | 0.36 | 0 | 0.01 | 211.4 | 0.97 | 0.65 |
| Hex | 50 | A2 | FC | 44 | 24 | 0 | 1 | D3 | 61 | 41 |
| Octal | 120 | 242 | 374 | 104 | 44 | 0 | 1 | 323 | 141 | 101 |
| Binary | 1010000 | 10100010 | 11111100 | 1000100 | 100100 | 0 | 1 | 11010011 | 1100001 | 1000001 |
Color Harmonies of #50A2FC
Complementary color
Monochromatic Colors of #50A2FC
Black with #50A2FC
Text Example
Text Example
White with #50A2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2FC; }
p { color: rgb(80,162,252); }
H1.HeaderClassName
{
color: #50A2FC;
}
.AnyTagClassName
{
color: #50A2FC;
}
</style>
background-color css
<style>
a { background-color: #50A2FC; }
a { background-color: rgb(80,162,252); }
div.DivClassName
{
background-color: #50A2FC;
}
.BgClassName
{
background-color: #50A2FC;
}
</style>
border-color css
<style>
span { border-color: #50A2FC; }
span { border-color: rgb(80,162,252); }
td.TdClassName
{
border-color: #50A2FC;
}
.TagClassName
{
border-color: #50A2FC;
}
</style>