Shades of Cornflower Blue #50A8F1
Tints of Cornflower Blue #50A8F1
RGB
CMYK
RGB Variations
Color information
#50A8F1 (or 0x50A8F1) is known color: Cornflower Blue. HEX triplet: 50, A8 and F1. RGB value is (80,168,241). Sum of RGB (Red+Green+Blue) = 80+168+241=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #50A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8F1 is #AF570E. Grayscale: #959595. Windows color (decimal): -11491087 or 15837264. OLE color: 15837264.
HSL color Cylindrical-coordinate representation of color #50A8F1: hue angle of 207.2º degrees, saturation: 0.85, 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 #50A8F1 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 168 | 241 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.05 |
| HSL | 207.21º | 0.85% | 0.63% | - |
| HSV(B) | 207.21º | 0.67% | 0.95% | - |
| XYZ | 33.19 | 36.06 | 88.43 | - |
| YUV | 150.01 | 179.35 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 241 | 0.67 | 0.30 | 0 | 0.05 | 207.21 | 0.85 | 0.63 |
| Hex | 50 | A8 | F1 | 43 | 1E | 0 | 5 | CF | 55 | 3F |
| Octal | 120 | 250 | 361 | 103 | 36 | 0 | 5 | 317 | 125 | 77 |
| Binary | 1010000 | 10101000 | 11110001 | 1000011 | 11110 | 0 | 101 | 11001111 | 1010101 | 111111 |
Color Harmonies of #50A8F1
Complementary color
Monochromatic Colors of #50A8F1
Black with #50A8F1
Text Example
Text Example
White with #50A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8F1; }
p { color: rgb(80,168,241); }
H1.HeaderClassName
{
color: #50A8F1;
}
.AnyTagClassName
{
color: #50A8F1;
}
</style>
background-color css
<style>
a { background-color: #50A8F1; }
a { background-color: rgb(80,168,241); }
div.DivClassName
{
background-color: #50A8F1;
}
.BgClassName
{
background-color: #50A8F1;
}
</style>
border-color css
<style>
span { border-color: #50A8F1; }
span { border-color: rgb(80,168,241); }
td.TdClassName
{
border-color: #50A8F1;
}
.TagClassName
{
border-color: #50A8F1;
}
</style>