Shades of Cornflower Blue #50A6F0
Tints of Cornflower Blue #50A6F0
RGB
CMYK
RGB Variations
Color information
#50A6F0 (or 0x50A6F0) is known color: Cornflower Blue. HEX triplet: 50, A6 and F0. RGB value is (80,166,240). Sum of RGB (Red+Green+Blue) = 80+166+240=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #50A6F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6F0 is #AF590F. Grayscale: #949494. Windows color (decimal): -11491600 or 15771216. OLE color: 15771216.
HSL color Cylindrical-coordinate representation of color #50A6F0: hue angle of 207.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A6F0 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 166 | 240 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.06 |
| HSL | 207.75º | 0.84% | 0.63% | - |
| HSV(B) | 207.75º | 0.67% | 0.94% | - |
| XYZ | 32.67 | 35.27 | 87.52 | - |
| YUV | 148.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 240 | 0.67 | 0.31 | 0 | 0.06 | 207.75 | 0.84 | 0.63 |
| Hex | 50 | A6 | F0 | 43 | 1F | 0 | 6 | D0 | 54 | 3F |
| Octal | 120 | 246 | 360 | 103 | 37 | 0 | 6 | 320 | 124 | 77 |
| Binary | 1010000 | 10100110 | 11110000 | 1000011 | 11111 | 0 | 110 | 11010000 | 1010100 | 111111 |
Color Harmonies of #50A6F0
Complementary color
Monochromatic Colors of #50A6F0
Black with #50A6F0
Text Example
Text Example
White with #50A6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A6F0; }
p { color: rgb(80,166,240); }
H1.HeaderClassName
{
color: #50A6F0;
}
.AnyTagClassName
{
color: #50A6F0;
}
</style>
background-color css
<style>
a { background-color: #50A6F0; }
a { background-color: rgb(80,166,240); }
div.DivClassName
{
background-color: #50A6F0;
}
.BgClassName
{
background-color: #50A6F0;
}
</style>
border-color css
<style>
span { border-color: #50A6F0; }
span { border-color: rgb(80,166,240); }
td.TdClassName
{
border-color: #50A6F0;
}
.TagClassName
{
border-color: #50A6F0;
}
</style>