Shades of Picton Blue #508EDA
Tints of Picton Blue #508EDA
RGB
CMYK
RGB Variations
Color information
#508EDA (or 0x508EDA) is known color: Picton Blue. HEX triplet: 50, 8E and DA. RGB value is (80,142,218). Sum of RGB (Red+Green+Blue) = 80+142+218=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #508EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDA is #AF7125. Grayscale: #838383. Windows color (decimal): -11497766 or 14323280. OLE color: 14323280.
HSL color Cylindrical-coordinate representation of color #508EDA: hue angle of 213.04º 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 #508EDA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 142 | 218 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.15 |
| HSL | 213.04º | 0.65% | 0.58% | - |
| HSV(B) | 213.04º | 0.63% | 0.85% | - |
| XYZ | 25.64 | 26.11 | 70.02 | - |
| YUV | 132.13 | 176.46 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 218 | 0.63 | 0.35 | 0 | 0.15 | 213.04 | 0.65 | 0.58 |
| Hex | 50 | 8E | DA | 3F | 23 | 0 | F | D5 | 41 | 3A |
| Octal | 120 | 216 | 332 | 77 | 43 | 0 | 17 | 325 | 101 | 72 |
| Binary | 1010000 | 10001110 | 11011010 | 111111 | 100011 | 0 | 1111 | 11010101 | 1000001 | 111010 |
Color Harmonies of #508EDA
Complementary color
Monochromatic Colors of #508EDA
Black with #508EDA
Text Example
Text Example
White with #508EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EDA; }
p { color: rgb(80,142,218); }
H1.HeaderClassName
{
color: #508EDA;
}
.AnyTagClassName
{
color: #508EDA;
}
</style>
background-color css
<style>
a { background-color: #508EDA; }
a { background-color: rgb(80,142,218); }
div.DivClassName
{
background-color: #508EDA;
}
.BgClassName
{
background-color: #508EDA;
}
</style>
border-color css
<style>
span { border-color: #508EDA; }
span { border-color: rgb(80,142,218); }
td.TdClassName
{
border-color: #508EDA;
}
.TagClassName
{
border-color: #508EDA;
}
</style>