Shades of Picton Blue #50A0D3
Tints of Picton Blue #50A0D3
RGB
CMYK
RGB Variations
Color information
#50A0D3 (or 0x50A0D3) is known color: Picton Blue. HEX triplet: 50, A0 and D3. RGB value is (80,160,211). Sum of RGB (Red+Green+Blue) = 80+160+211=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #50A0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0D3 is #AF5F2C. Grayscale: #8D8D8D. Windows color (decimal): -11493165 or 13869136. OLE color: 13869136.
HSL color Cylindrical-coordinate representation of color #50A0D3: hue angle of 203.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50A0D3 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 160 | 211 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.17 |
| HSL | 203.36º | 0.6% | 0.57% | - |
| HSV(B) | 203.36º | 0.62% | 0.83% | - |
| XYZ | 27.64 | 31.55 | 66.26 | - |
| YUV | 141.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 211 | 0.62 | 0.24 | 0 | 0.17 | 203.36 | 0.6 | 0.57 |
| Hex | 50 | A0 | D3 | 3E | 18 | 0 | 11 | CB | 3C | 39 |
| Octal | 120 | 240 | 323 | 76 | 30 | 0 | 21 | 313 | 74 | 71 |
| Binary | 1010000 | 10100000 | 11010011 | 111110 | 11000 | 0 | 10001 | 11001011 | 111100 | 111001 |
Color Harmonies of #50A0D3
Complementary color
Monochromatic Colors of #50A0D3
Black with #50A0D3
Text Example
Text Example
White with #50A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0D3; }
p { color: rgb(80,160,211); }
H1.HeaderClassName
{
color: #50A0D3;
}
.AnyTagClassName
{
color: #50A0D3;
}
</style>
background-color css
<style>
a { background-color: #50A0D3; }
a { background-color: rgb(80,160,211); }
div.DivClassName
{
background-color: #50A0D3;
}
.BgClassName
{
background-color: #50A0D3;
}
</style>
border-color css
<style>
span { border-color: #50A0D3; }
span { border-color: rgb(80,160,211); }
td.TdClassName
{
border-color: #50A0D3;
}
.TagClassName
{
border-color: #50A0D3;
}
</style>