Shades of Picton Blue #50A2D7
Tints of Picton Blue #50A2D7
RGB
CMYK
RGB Variations
Color information
#50A2D7 (or 0x50A2D7) is known color: Picton Blue. HEX triplet: 50, A2 and D7. RGB value is (80,162,215). Sum of RGB (Red+Green+Blue) = 80+162+215=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #50A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A2D7 is #AF5D28. Grayscale: #8F8F8F. Windows color (decimal): -11492649 or 14131792. OLE color: 14131792.
HSL color Cylindrical-coordinate representation of color #50A2D7: hue angle of 203.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A2D7 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 162 | 215 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.16 |
| HSL | 203.56º | 0.63% | 0.58% | - |
| HSV(B) | 203.56º | 0.63% | 0.84% | - |
| XYZ | 28.49 | 32.45 | 69.05 | - |
| YUV | 143.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 215 | 0.63 | 0.25 | 0 | 0.16 | 203.56 | 0.63 | 0.58 |
| Hex | 50 | A2 | D7 | 3F | 19 | 0 | 10 | CC | 3F | 3A |
| Octal | 120 | 242 | 327 | 77 | 31 | 0 | 20 | 314 | 77 | 72 |
| Binary | 1010000 | 10100010 | 11010111 | 111111 | 11001 | 0 | 10000 | 11001100 | 111111 | 111010 |
Color Harmonies of #50A2D7
Complementary color
Monochromatic Colors of #50A2D7
Black with #50A2D7
Text Example
Text Example
White with #50A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2D7; }
p { color: rgb(80,162,215); }
H1.HeaderClassName
{
color: #50A2D7;
}
.AnyTagClassName
{
color: #50A2D7;
}
</style>
background-color css
<style>
a { background-color: #50A2D7; }
a { background-color: rgb(80,162,215); }
div.DivClassName
{
background-color: #50A2D7;
}
.BgClassName
{
background-color: #50A2D7;
}
</style>
border-color css
<style>
span { border-color: #50A2D7; }
span { border-color: rgb(80,162,215); }
td.TdClassName
{
border-color: #50A2D7;
}
.TagClassName
{
border-color: #50A2D7;
}
</style>