Shades of Picton Blue #508EDB
Tints of Picton Blue #508EDB
RGB
CMYK
RGB Variations
Color information
#508EDB (or 0x508EDB) is known color: Picton Blue. HEX triplet: 50, 8E and DB. RGB value is (80,142,219). Sum of RGB (Red+Green+Blue) = 80+142+219=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #508EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDB is #AF7124. Grayscale: #838383. Windows color (decimal): -11497765 or 14388816. OLE color: 14388816.
HSL color Cylindrical-coordinate representation of color #508EDB: hue angle of 213.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508EDB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 142 | 219 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.14 |
| HSL | 213.24º | 0.66% | 0.59% | - |
| HSV(B) | 213.24º | 0.63% | 0.86% | - |
| XYZ | 25.77 | 26.17 | 70.71 | - |
| YUV | 132.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 219 | 0.63 | 0.35 | 0 | 0.14 | 213.24 | 0.66 | 0.59 |
| Hex | 50 | 8E | DB | 3F | 23 | 0 | E | D5 | 42 | 3B |
| Octal | 120 | 216 | 333 | 77 | 43 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010000 | 10001110 | 11011011 | 111111 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #508EDB
Complementary color
Monochromatic Colors of #508EDB
Black with #508EDB
Text Example
Text Example
White with #508EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EDB; }
p { color: rgb(80,142,219); }
H1.HeaderClassName
{
color: #508EDB;
}
.AnyTagClassName
{
color: #508EDB;
}
</style>
background-color css
<style>
a { background-color: #508EDB; }
a { background-color: rgb(80,142,219); }
div.DivClassName
{
background-color: #508EDB;
}
.BgClassName
{
background-color: #508EDB;
}
</style>
border-color css
<style>
span { border-color: #508EDB; }
span { border-color: rgb(80,142,219); }
td.TdClassName
{
border-color: #508EDB;
}
.TagClassName
{
border-color: #508EDB;
}
</style>