Shades of Picton Blue #50A1DB
Tints of Picton Blue #50A1DB
RGB
CMYK
RGB Variations
Color information
#50A1DB (or 0x50A1DB) is known color: Picton Blue. HEX triplet: 50, A1 and DB. RGB value is (80,161,219). Sum of RGB (Red+Green+Blue) = 80+161+219=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #50A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1DB is #AF5E24. Grayscale: #8F8F8F. Windows color (decimal): -11492901 or 14393680. OLE color: 14393680.
HSL color Cylindrical-coordinate representation of color #50A1DB: hue angle of 205.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A1DB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 161 | 219 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.14 |
| HSL | 205.04º | 0.66% | 0.59% | - |
| HSV(B) | 205.04º | 0.63% | 0.86% | - |
| XYZ | 28.84 | 32.31 | 71.73 | - |
| YUV | 143.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 219 | 0.63 | 0.26 | 0 | 0.14 | 205.04 | 0.66 | 0.59 |
| Hex | 50 | A1 | DB | 3F | 1A | 0 | E | CD | 42 | 3B |
| Octal | 120 | 241 | 333 | 77 | 32 | 0 | 16 | 315 | 102 | 73 |
| Binary | 1010000 | 10100001 | 11011011 | 111111 | 11010 | 0 | 1110 | 11001101 | 1000010 | 111011 |
Color Harmonies of #50A1DB
Complementary color
Monochromatic Colors of #50A1DB
Black with #50A1DB
Text Example
Text Example
White with #50A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1DB; }
p { color: rgb(80,161,219); }
H1.HeaderClassName
{
color: #50A1DB;
}
.AnyTagClassName
{
color: #50A1DB;
}
</style>
background-color css
<style>
a { background-color: #50A1DB; }
a { background-color: rgb(80,161,219); }
div.DivClassName
{
background-color: #50A1DB;
}
.BgClassName
{
background-color: #50A1DB;
}
</style>
border-color css
<style>
span { border-color: #50A1DB; }
span { border-color: rgb(80,161,219); }
td.TdClassName
{
border-color: #50A1DB;
}
.TagClassName
{
border-color: #50A1DB;
}
</style>