Shades of Cornflower Blue #50A0F2
Tints of Cornflower Blue #50A0F2
RGB
CMYK
RGB Variations
Color information
#50A0F2 (or 0x50A0F2) is known color: Cornflower Blue. HEX triplet: 50, A0 and F2. RGB value is (80,160,242). Sum of RGB (Red+Green+Blue) = 80+160+242=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #50A0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A0F2 is #AF5F0D. Grayscale: #919191. Windows color (decimal): -11493134 or 15900752. OLE color: 15900752.
HSL color Cylindrical-coordinate representation of color #50A0F2: hue angle of 210.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A0F2 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 160 | 242 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.05 |
| HSL | 210.37º | 0.86% | 0.63% | - |
| HSV(B) | 210.37º | 0.67% | 0.95% | - |
| XYZ | 31.91 | 33.26 | 88.74 | - |
| YUV | 145.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 242 | 0.67 | 0.34 | 0 | 0.05 | 210.37 | 0.86 | 0.63 |
| Hex | 50 | A0 | F2 | 43 | 22 | 0 | 5 | D2 | 56 | 3F |
| Octal | 120 | 240 | 362 | 103 | 42 | 0 | 5 | 322 | 126 | 77 |
| Binary | 1010000 | 10100000 | 11110010 | 1000011 | 100010 | 0 | 101 | 11010010 | 1010110 | 111111 |
Color Harmonies of #50A0F2
Complementary color
Monochromatic Colors of #50A0F2
Black with #50A0F2
Text Example
Text Example
White with #50A0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0F2; }
p { color: rgb(80,160,242); }
H1.HeaderClassName
{
color: #50A0F2;
}
.AnyTagClassName
{
color: #50A0F2;
}
</style>
background-color css
<style>
a { background-color: #50A0F2; }
a { background-color: rgb(80,160,242); }
div.DivClassName
{
background-color: #50A0F2;
}
.BgClassName
{
background-color: #50A0F2;
}
</style>
border-color css
<style>
span { border-color: #50A0F2; }
span { border-color: rgb(80,160,242); }
td.TdClassName
{
border-color: #50A0F2;
}
.TagClassName
{
border-color: #50A0F2;
}
</style>