Shades of Picton Blue #508DDA
Tints of Picton Blue #508DDA
RGB
CMYK
RGB Variations
Color information
#508DDA (or 0x508DDA) is known color: Picton Blue. HEX triplet: 50, 8D and DA. RGB value is (80,141,218). Sum of RGB (Red+Green+Blue) = 80+141+218=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #508DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDA is #AF7225. Grayscale: #838383. Windows color (decimal): -11498022 or 14323024. OLE color: 14323024.
HSL color Cylindrical-coordinate representation of color #508DDA: hue angle of 213.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508DDA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 141 | 218 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.15 |
| HSL | 213.48º | 0.65% | 0.58% | - |
| HSV(B) | 213.48º | 0.63% | 0.85% | - |
| XYZ | 25.49 | 25.82 | 69.97 | - |
| YUV | 131.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 218 | 0.63 | 0.35 | 0 | 0.15 | 213.48 | 0.65 | 0.58 |
| Hex | 50 | 8D | DA | 3F | 23 | 0 | F | D5 | 41 | 3A |
| Octal | 120 | 215 | 332 | 77 | 43 | 0 | 17 | 325 | 101 | 72 |
| Binary | 1010000 | 10001101 | 11011010 | 111111 | 100011 | 0 | 1111 | 11010101 | 1000001 | 111010 |
Color Harmonies of #508DDA
Complementary color
Monochromatic Colors of #508DDA
Black with #508DDA
Text Example
Text Example
White with #508DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DDA; }
p { color: rgb(80,141,218); }
H1.HeaderClassName
{
color: #508DDA;
}
.AnyTagClassName
{
color: #508DDA;
}
</style>
background-color css
<style>
a { background-color: #508DDA; }
a { background-color: rgb(80,141,218); }
div.DivClassName
{
background-color: #508DDA;
}
.BgClassName
{
background-color: #508DDA;
}
</style>
border-color css
<style>
span { border-color: #508DDA; }
span { border-color: rgb(80,141,218); }
td.TdClassName
{
border-color: #508DDA;
}
.TagClassName
{
border-color: #508DDA;
}
</style>