Shades of Cornflower Blue #50A6ED
Tints of Cornflower Blue #50A6ED
RGB
CMYK
RGB Variations
Color information
#50A6ED (or 0x50A6ED) is known color: Cornflower Blue. HEX triplet: 50, A6 and ED. RGB value is (80,166,237). Sum of RGB (Red+Green+Blue) = 80+166+237=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #50A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6ED is #AF5912. Grayscale: #949494. Windows color (decimal): -11491603 or 15574608. OLE color: 15574608.
HSL color Cylindrical-coordinate representation of color #50A6ED: hue angle of 207.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A6ED is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 166 | 237 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.07 |
| HSL | 207.13º | 0.81% | 0.62% | - |
| HSV(B) | 207.13º | 0.66% | 0.93% | - |
| XYZ | 32.23 | 35.09 | 85.2 | - |
| YUV | 148.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 237 | 0.66 | 0.30 | 0 | 0.07 | 207.13 | 0.81 | 0.62 |
| Hex | 50 | A6 | ED | 42 | 1E | 0 | 7 | CF | 51 | 3E |
| Octal | 120 | 246 | 355 | 102 | 36 | 0 | 7 | 317 | 121 | 76 |
| Binary | 1010000 | 10100110 | 11101101 | 1000010 | 11110 | 0 | 111 | 11001111 | 1010001 | 111110 |
Color Harmonies of #50A6ED
Complementary color
Monochromatic Colors of #50A6ED
Black with #50A6ED
Text Example
Text Example
White with #50A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A6ED; }
p { color: rgb(80,166,237); }
H1.HeaderClassName
{
color: #50A6ED;
}
.AnyTagClassName
{
color: #50A6ED;
}
</style>
background-color css
<style>
a { background-color: #50A6ED; }
a { background-color: rgb(80,166,237); }
div.DivClassName
{
background-color: #50A6ED;
}
.BgClassName
{
background-color: #50A6ED;
}
</style>
border-color css
<style>
span { border-color: #50A6ED; }
span { border-color: rgb(80,166,237); }
td.TdClassName
{
border-color: #50A6ED;
}
.TagClassName
{
border-color: #50A6ED;
}
</style>