Shades of Picton Blue #50A8DD
Tints of Picton Blue #50A8DD
RGB
CMYK
RGB Variations
Color information
#50A8DD (or 0x50A8DD) is known color: Picton Blue. HEX triplet: 50, A8 and DD. RGB value is (80,168,221). Sum of RGB (Red+Green+Blue) = 80+168+221=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #50A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8DD is #AF5722. Grayscale: #939393. Windows color (decimal): -11491107 or 14526544. OLE color: 14526544.
HSL color Cylindrical-coordinate representation of color #50A8DD: hue angle of 202.55º 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 #50A8DD is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 168 | 221 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.13 |
| HSL | 202.55º | 0.67% | 0.59% | - |
| HSV(B) | 202.55º | 0.64% | 0.87% | - |
| XYZ | 30.36 | 34.93 | 73.55 | - |
| YUV | 147.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 221 | 0.64 | 0.24 | 0 | 0.13 | 202.55 | 0.67 | 0.59 |
| Hex | 50 | A8 | DD | 40 | 18 | 0 | D | CB | 43 | 3B |
| Octal | 120 | 250 | 335 | 100 | 30 | 0 | 15 | 313 | 103 | 73 |
| Binary | 1010000 | 10101000 | 11011101 | 1000000 | 11000 | 0 | 1101 | 11001011 | 1000011 | 111011 |
Color Harmonies of #50A8DD
Complementary color
Monochromatic Colors of #50A8DD
Black with #50A8DD
Text Example
Text Example
White with #50A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8DD; }
p { color: rgb(80,168,221); }
H1.HeaderClassName
{
color: #50A8DD;
}
.AnyTagClassName
{
color: #50A8DD;
}
</style>
background-color css
<style>
a { background-color: #50A8DD; }
a { background-color: rgb(80,168,221); }
div.DivClassName
{
background-color: #50A8DD;
}
.BgClassName
{
background-color: #50A8DD;
}
</style>
border-color css
<style>
span { border-color: #50A8DD; }
span { border-color: rgb(80,168,221); }
td.TdClassName
{
border-color: #50A8DD;
}
.TagClassName
{
border-color: #50A8DD;
}
</style>