Shades of Picton Blue #509FDB
Tints of Picton Blue #509FDB
RGB
CMYK
RGB Variations
Color information
#509FDB (or 0x509FDB) is known color: Picton Blue. HEX triplet: 50, 9F and DB. RGB value is (80,159,219). Sum of RGB (Red+Green+Blue) = 80+159+219=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #509FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FDB is #AF6024. Grayscale: #8D8D8D. Windows color (decimal): -11493413 or 14393168. OLE color: 14393168.
HSL color Cylindrical-coordinate representation of color #509FDB: hue angle of 205.9º 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 #509FDB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 159 | 219 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.14 |
| HSL | 205.9º | 0.66% | 0.59% | - |
| HSV(B) | 205.9º | 0.63% | 0.86% | - |
| XYZ | 28.49 | 31.62 | 71.62 | - |
| YUV | 142.22 | 171.33 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 219 | 0.63 | 0.27 | 0 | 0.14 | 205.9 | 0.66 | 0.59 |
| Hex | 50 | 9F | DB | 3F | 1B | 0 | E | CE | 42 | 3B |
| Octal | 120 | 237 | 333 | 77 | 33 | 0 | 16 | 316 | 102 | 73 |
| Binary | 1010000 | 10011111 | 11011011 | 111111 | 11011 | 0 | 1110 | 11001110 | 1000010 | 111011 |
Color Harmonies of #509FDB
Complementary color
Monochromatic Colors of #509FDB
Black with #509FDB
Text Example
Text Example
White with #509FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FDB; }
p { color: rgb(80,159,219); }
H1.HeaderClassName
{
color: #509FDB;
}
.AnyTagClassName
{
color: #509FDB;
}
</style>
background-color css
<style>
a { background-color: #509FDB; }
a { background-color: rgb(80,159,219); }
div.DivClassName
{
background-color: #509FDB;
}
.BgClassName
{
background-color: #509FDB;
}
</style>
border-color css
<style>
span { border-color: #509FDB; }
span { border-color: rgb(80,159,219); }
td.TdClassName
{
border-color: #509FDB;
}
.TagClassName
{
border-color: #509FDB;
}
</style>