Shades of Picton Blue #508FDC
Tints of Picton Blue #508FDC
RGB
CMYK
RGB Variations
Color information
#508FDC (or 0x508FDC) is known color: Picton Blue. HEX triplet: 50, 8F and DC. RGB value is (80,143,220). Sum of RGB (Red+Green+Blue) = 80+143+220=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #508FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FDC is #AF7023. Grayscale: #848484. Windows color (decimal): -11497508 or 14454608. OLE color: 14454608.
HSL color Cylindrical-coordinate representation of color #508FDC: hue angle of 213º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508FDC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 143 | 220 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.14 |
| HSL | 213º | 0.67% | 0.59% | - |
| HSV(B) | 213º | 0.64% | 0.86% | - |
| XYZ | 26.05 | 26.52 | 71.46 | - |
| YUV | 132.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 220 | 0.64 | 0.35 | 0 | 0.14 | 213 | 0.67 | 0.59 |
| Hex | 50 | 8F | DC | 40 | 23 | 0 | E | D5 | 43 | 3B |
| Octal | 120 | 217 | 334 | 100 | 43 | 0 | 16 | 325 | 103 | 73 |
| Binary | 1010000 | 10001111 | 11011100 | 1000000 | 100011 | 0 | 1110 | 11010101 | 1000011 | 111011 |
Color Harmonies of #508FDC
Complementary color
Monochromatic Colors of #508FDC
Black with #508FDC
Text Example
Text Example
White with #508FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FDC; }
p { color: rgb(80,143,220); }
H1.HeaderClassName
{
color: #508FDC;
}
.AnyTagClassName
{
color: #508FDC;
}
</style>
background-color css
<style>
a { background-color: #508FDC; }
a { background-color: rgb(80,143,220); }
div.DivClassName
{
background-color: #508FDC;
}
.BgClassName
{
background-color: #508FDC;
}
</style>
border-color css
<style>
span { border-color: #508FDC; }
span { border-color: rgb(80,143,220); }
td.TdClassName
{
border-color: #508FDC;
}
.TagClassName
{
border-color: #508FDC;
}
</style>