Shades of Picton Blue #50A0DD
Tints of Picton Blue #50A0DD
RGB
CMYK
RGB Variations
Color information
#50A0DD (or 0x50A0DD) is known color: Picton Blue. HEX triplet: 50, A0 and DD. RGB value is (80,160,221). Sum of RGB (Red+Green+Blue) = 80+160+221=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #50A0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0DD is #AF5F22. Grayscale: #8E8E8E. Windows color (decimal): -11493155 or 14524496. OLE color: 14524496.
HSL color Cylindrical-coordinate representation of color #50A0DD: hue angle of 205.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A0DD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 160 | 221 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.13 |
| HSL | 205.96º | 0.67% | 0.59% | - |
| HSV(B) | 205.96º | 0.64% | 0.87% | - |
| XYZ | 28.93 | 32.07 | 73.07 | - |
| YUV | 143.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 221 | 0.64 | 0.28 | 0 | 0.13 | 205.96 | 0.67 | 0.59 |
| Hex | 50 | A0 | DD | 40 | 1C | 0 | D | CE | 43 | 3B |
| Octal | 120 | 240 | 335 | 100 | 34 | 0 | 15 | 316 | 103 | 73 |
| Binary | 1010000 | 10100000 | 11011101 | 1000000 | 11100 | 0 | 1101 | 11001110 | 1000011 | 111011 |
Color Harmonies of #50A0DD
Complementary color
Monochromatic Colors of #50A0DD
Black with #50A0DD
Text Example
Text Example
White with #50A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0DD; }
p { color: rgb(80,160,221); }
H1.HeaderClassName
{
color: #50A0DD;
}
.AnyTagClassName
{
color: #50A0DD;
}
</style>
background-color css
<style>
a { background-color: #50A0DD; }
a { background-color: rgb(80,160,221); }
div.DivClassName
{
background-color: #50A0DD;
}
.BgClassName
{
background-color: #50A0DD;
}
</style>
border-color css
<style>
span { border-color: #50A0DD; }
span { border-color: rgb(80,160,221); }
td.TdClassName
{
border-color: #50A0DD;
}
.TagClassName
{
border-color: #50A0DD;
}
</style>