Shades of Cornflower Blue #50A8F6
Tints of Cornflower Blue #50A8F6
RGB
CMYK
RGB Variations
Color information
#50A8F6 (or 0x50A8F6) is known color: Cornflower Blue. HEX triplet: 50, A8 and F6. RGB value is (80,168,246). Sum of RGB (Red+Green+Blue) = 80+168+246=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #50A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8F6 is #AF5709. Grayscale: #969696. Windows color (decimal): -11491082 or 16164944. OLE color: 16164944.
HSL color Cylindrical-coordinate representation of color #50A8F6: hue angle of 208.19º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A8F6 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 168 | 246 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.04 |
| HSL | 208.19º | 0.9% | 0.64% | - |
| HSV(B) | 208.19º | 0.67% | 0.96% | - |
| XYZ | 33.95 | 36.36 | 92.42 | - |
| YUV | 150.58 | 181.85 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 246 | 0.67 | 0.32 | 0 | 0.04 | 208.19 | 0.9 | 0.64 |
| Hex | 50 | A8 | F6 | 43 | 20 | 0 | 4 | D0 | 5A | 40 |
| Octal | 120 | 250 | 366 | 103 | 40 | 0 | 4 | 320 | 132 | 100 |
| Binary | 1010000 | 10101000 | 11110110 | 1000011 | 100000 | 0 | 100 | 11010000 | 1011010 | 1000000 |
Color Harmonies of #50A8F6
Complementary color
Monochromatic Colors of #50A8F6
Black with #50A8F6
Text Example
Text Example
White with #50A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8F6; }
p { color: rgb(80,168,246); }
H1.HeaderClassName
{
color: #50A8F6;
}
.AnyTagClassName
{
color: #50A8F6;
}
</style>
background-color css
<style>
a { background-color: #50A8F6; }
a { background-color: rgb(80,168,246); }
div.DivClassName
{
background-color: #50A8F6;
}
.BgClassName
{
background-color: #50A8F6;
}
</style>
border-color css
<style>
span { border-color: #50A8F6; }
span { border-color: rgb(80,168,246); }
td.TdClassName
{
border-color: #50A8F6;
}
.TagClassName
{
border-color: #50A8F6;
}
</style>