Shades of Cornflower Blue #50A4FD
Tints of Cornflower Blue #50A4FD
RGB
CMYK
RGB Variations
Color information
#50A4FD (or 0x50A4FD) is known color: Cornflower Blue. HEX triplet: 50, A4 and FD. RGB value is (80,164,253). Sum of RGB (Red+Green+Blue) = 80+164+253=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #50A4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A4FD is #AF5B02. Grayscale: #949494. Windows color (decimal): -11492099 or 16622672. OLE color: 16622672.
HSL color Cylindrical-coordinate representation of color #50A4FD: hue angle of 210.87º degrees, saturation: 0.98, 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 #50A4FD is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 164 | 253 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.01 |
| HSL | 210.87º | 0.98% | 0.65% | - |
| HSV(B) | 210.87º | 0.68% | 0.99% | - |
| XYZ | 34.31 | 35.35 | 97.94 | - |
| YUV | 149.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 253 | 0.68 | 0.35 | 0 | 0.01 | 210.87 | 0.98 | 0.65 |
| Hex | 50 | A4 | FD | 44 | 23 | 0 | 1 | D3 | 62 | 41 |
| Octal | 120 | 244 | 375 | 104 | 43 | 0 | 1 | 323 | 142 | 101 |
| Binary | 1010000 | 10100100 | 11111101 | 1000100 | 100011 | 0 | 1 | 11010011 | 1100010 | 1000001 |
Color Harmonies of #50A4FD
Complementary color
Monochromatic Colors of #50A4FD
Black with #50A4FD
Text Example
Text Example
White with #50A4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A4FD; }
p { color: rgb(80,164,253); }
H1.HeaderClassName
{
color: #50A4FD;
}
.AnyTagClassName
{
color: #50A4FD;
}
</style>
background-color css
<style>
a { background-color: #50A4FD; }
a { background-color: rgb(80,164,253); }
div.DivClassName
{
background-color: #50A4FD;
}
.BgClassName
{
background-color: #50A4FD;
}
</style>
border-color css
<style>
span { border-color: #50A4FD; }
span { border-color: rgb(80,164,253); }
td.TdClassName
{
border-color: #50A4FD;
}
.TagClassName
{
border-color: #50A4FD;
}
</style>