Shades of Cornflower Blue #50A8FC
Tints of Cornflower Blue #50A8FC
RGB
CMYK
RGB Variations
Color information
#50A8FC (or 0x50A8FC) is known color: Cornflower Blue. HEX triplet: 50, A8 and FC. RGB value is (80,168,252). Sum of RGB (Red+Green+Blue) = 80+168+252=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #50A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8FC is #AF5703. Grayscale: #969696. Windows color (decimal): -11491076 or 16558160. OLE color: 16558160.
HSL color Cylindrical-coordinate representation of color #50A8FC: hue angle of 209.3º 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 #50A8FC is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 168 | 252 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.01 |
| HSL | 209.3º | 0.97% | 0.65% | - |
| HSV(B) | 209.3º | 0.68% | 0.99% | - |
| XYZ | 34.88 | 36.74 | 97.35 | - |
| YUV | 151.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 252 | 0.68 | 0.33 | 0 | 0.01 | 209.3 | 0.97 | 0.65 |
| Hex | 50 | A8 | FC | 44 | 21 | 0 | 1 | D1 | 61 | 41 |
| Octal | 120 | 250 | 374 | 104 | 41 | 0 | 1 | 321 | 141 | 101 |
| Binary | 1010000 | 10101000 | 11111100 | 1000100 | 100001 | 0 | 1 | 11010001 | 1100001 | 1000001 |
Color Harmonies of #50A8FC
Complementary color
Monochromatic Colors of #50A8FC
Black with #50A8FC
Text Example
Text Example
White with #50A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8FC; }
p { color: rgb(80,168,252); }
H1.HeaderClassName
{
color: #50A8FC;
}
.AnyTagClassName
{
color: #50A8FC;
}
</style>
background-color css
<style>
a { background-color: #50A8FC; }
a { background-color: rgb(80,168,252); }
div.DivClassName
{
background-color: #50A8FC;
}
.BgClassName
{
background-color: #50A8FC;
}
</style>
border-color css
<style>
span { border-color: #50A8FC; }
span { border-color: rgb(80,168,252); }
td.TdClassName
{
border-color: #50A8FC;
}
.TagClassName
{
border-color: #50A8FC;
}
</style>