Shades of Cornflower Blue #50A3FF
Tints of Cornflower Blue #50A3FF
RGB
CMYK
RGB Variations
Color information
#50A3FF (or 0x50A3FF) is known color: Cornflower Blue. HEX triplet: 50, A3 and FF. RGB value is (80,163,255). Sum of RGB (Red+Green+Blue) = 80+163+255=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #50A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A3FF is #AF5C00. Grayscale: #949494. Windows color (decimal): -11492353 or 16753488. OLE color: 16753488.
HSL color Cylindrical-coordinate representation of color #50A3FF: hue angle of 211.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A3FF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 163 | 255 | - |
| CMYK | 0.69 | 0.36 | 0 | 0 |
| HSL | 211.54º | 1% | 0.66% | - |
| HSV(B) | 211.54º | 0.69% | 1% | - |
| XYZ | 34.46 | 35.12 | 99.57 | - |
| YUV | 148.67 | 188 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 163 | 255 | 0.69 | 0.36 | 0 | 0 | 211.54 | 1 | 0.66 |
| Hex | 50 | A3 | FF | 45 | 24 | 0 | 0 | D4 | 64 | 42 |
| Octal | 120 | 243 | 377 | 105 | 44 | 0 | 0 | 324 | 144 | 102 |
| Binary | 1010000 | 10100011 | 11111111 | 1000101 | 100100 | 0 | 0 | 11010100 | 1100100 | 1000010 |
Color Harmonies of #50A3FF
Complementary color
Monochromatic Colors of #50A3FF
Black with #50A3FF
Text Example
Text Example
White with #50A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A3FF; }
p { color: rgb(80,163,255); }
H1.HeaderClassName
{
color: #50A3FF;
}
.AnyTagClassName
{
color: #50A3FF;
}
</style>
background-color css
<style>
a { background-color: #50A3FF; }
a { background-color: rgb(80,163,255); }
div.DivClassName
{
background-color: #50A3FF;
}
.BgClassName
{
background-color: #50A3FF;
}
</style>
border-color css
<style>
span { border-color: #50A3FF; }
span { border-color: rgb(80,163,255); }
td.TdClassName
{
border-color: #50A3FF;
}
.TagClassName
{
border-color: #50A3FF;
}
</style>