Shades of Cornflower Blue #50AAF6
Tints of Cornflower Blue #50AAF6
RGB
CMYK
RGB Variations
Color information
#50AAF6 (or 0x50AAF6) is known color: Cornflower Blue. HEX triplet: 50, AA and F6. RGB value is (80,170,246). Sum of RGB (Red+Green+Blue) = 80+170+246=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #50AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAF6 is #AF5509. Grayscale: #979797. Windows color (decimal): -11490570 or 16165456. OLE color: 16165456.
HSL color Cylindrical-coordinate representation of color #50AAF6: hue angle of 207.47º 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 #50AAF6 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 170 | 246 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.04 |
| HSL | 207.47º | 0.9% | 0.64% | - |
| HSV(B) | 207.47º | 0.67% | 0.96% | - |
| XYZ | 34.32 | 37.11 | 92.54 | - |
| YUV | 151.75 | 181.18 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 246 | 0.67 | 0.31 | 0 | 0.04 | 207.47 | 0.9 | 0.64 |
| Hex | 50 | AA | F6 | 43 | 1F | 0 | 4 | CF | 5A | 40 |
| Octal | 120 | 252 | 366 | 103 | 37 | 0 | 4 | 317 | 132 | 100 |
| Binary | 1010000 | 10101010 | 11110110 | 1000011 | 11111 | 0 | 100 | 11001111 | 1011010 | 1000000 |
Color Harmonies of #50AAF6
Complementary color
Monochromatic Colors of #50AAF6
Black with #50AAF6
Text Example
Text Example
White with #50AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAF6; }
p { color: rgb(80,170,246); }
H1.HeaderClassName
{
color: #50AAF6;
}
.AnyTagClassName
{
color: #50AAF6;
}
</style>
background-color css
<style>
a { background-color: #50AAF6; }
a { background-color: rgb(80,170,246); }
div.DivClassName
{
background-color: #50AAF6;
}
.BgClassName
{
background-color: #50AAF6;
}
</style>
border-color css
<style>
span { border-color: #50AAF6; }
span { border-color: rgb(80,170,246); }
td.TdClassName
{
border-color: #50AAF6;
}
.TagClassName
{
border-color: #50AAF6;
}
</style>