Shades of Picton Blue #509EDB
Tints of Picton Blue #509EDB
RGB
CMYK
RGB Variations
Color information
#509EDB (or 0x509EDB) is known color: Picton Blue. HEX triplet: 50, 9E and DB. RGB value is (80,158,219). Sum of RGB (Red+Green+Blue) = 80+158+219=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #509EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EDB is #AF6124. Grayscale: #8D8D8D. Windows color (decimal): -11493669 or 14392912. OLE color: 14392912.
HSL color Cylindrical-coordinate representation of color #509EDB: hue angle of 206.33º 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 #509EDB is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 158 | 219 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.14 |
| HSL | 206.33º | 0.66% | 0.59% | - |
| HSV(B) | 206.33º | 0.63% | 0.86% | - |
| XYZ | 28.32 | 31.27 | 71.56 | - |
| YUV | 141.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 219 | 0.63 | 0.28 | 0 | 0.14 | 206.33 | 0.66 | 0.59 |
| Hex | 50 | 9E | DB | 3F | 1C | 0 | E | CE | 42 | 3B |
| Octal | 120 | 236 | 333 | 77 | 34 | 0 | 16 | 316 | 102 | 73 |
| Binary | 1010000 | 10011110 | 11011011 | 111111 | 11100 | 0 | 1110 | 11001110 | 1000010 | 111011 |
Color Harmonies of #509EDB
Complementary color
Monochromatic Colors of #509EDB
Black with #509EDB
Text Example
Text Example
White with #509EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EDB; }
p { color: rgb(80,158,219); }
H1.HeaderClassName
{
color: #509EDB;
}
.AnyTagClassName
{
color: #509EDB;
}
</style>
background-color css
<style>
a { background-color: #509EDB; }
a { background-color: rgb(80,158,219); }
div.DivClassName
{
background-color: #509EDB;
}
.BgClassName
{
background-color: #509EDB;
}
</style>
border-color css
<style>
span { border-color: #509EDB; }
span { border-color: rgb(80,158,219); }
td.TdClassName
{
border-color: #509EDB;
}
.TagClassName
{
border-color: #509EDB;
}
</style>