Shades of Picton Blue #508FDB
Tints of Picton Blue #508FDB
RGB
CMYK
RGB Variations
Color information
#508FDB (or 0x508FDB) is known color: Picton Blue. HEX triplet: 50, 8F and DB. RGB value is (80,143,219). Sum of RGB (Red+Green+Blue) = 80+143+219=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #508FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FDB is #AF7024. Grayscale: #848484. Windows color (decimal): -11497509 or 14389072. OLE color: 14389072.
HSL color Cylindrical-coordinate representation of color #508FDB: hue angle of 212.81º 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 #508FDB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 143 | 219 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.14 |
| HSL | 212.81º | 0.66% | 0.59% | - |
| HSV(B) | 212.81º | 0.63% | 0.86% | - |
| XYZ | 25.92 | 26.46 | 70.76 | - |
| YUV | 132.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 219 | 0.63 | 0.35 | 0 | 0.14 | 212.81 | 0.66 | 0.59 |
| Hex | 50 | 8F | DB | 3F | 23 | 0 | E | D5 | 42 | 3B |
| Octal | 120 | 217 | 333 | 77 | 43 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010000 | 10001111 | 11011011 | 111111 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #508FDB
Complementary color
Monochromatic Colors of #508FDB
Black with #508FDB
Text Example
Text Example
White with #508FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FDB; }
p { color: rgb(80,143,219); }
H1.HeaderClassName
{
color: #508FDB;
}
.AnyTagClassName
{
color: #508FDB;
}
</style>
background-color css
<style>
a { background-color: #508FDB; }
a { background-color: rgb(80,143,219); }
div.DivClassName
{
background-color: #508FDB;
}
.BgClassName
{
background-color: #508FDB;
}
</style>
border-color css
<style>
span { border-color: #508FDB; }
span { border-color: rgb(80,143,219); }
td.TdClassName
{
border-color: #508FDB;
}
.TagClassName
{
border-color: #508FDB;
}
</style>