Shades of Picton Blue #509BDB
Tints of Picton Blue #509BDB
RGB
CMYK
RGB Variations
Color information
#509BDB (or 0x509BDB) is known color: Picton Blue. HEX triplet: 50, 9B and DB. RGB value is (80,155,219). Sum of RGB (Red+Green+Blue) = 80+155+219=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #509BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BDB is #AF6424. Grayscale: #8B8B8B. Windows color (decimal): -11494437 or 14392144. OLE color: 14392144.
HSL color Cylindrical-coordinate representation of color #509BDB: hue angle of 207.63º 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 #509BDB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 155 | 219 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.14 |
| HSL | 207.63º | 0.66% | 0.59% | - |
| HSV(B) | 207.63º | 0.63% | 0.86% | - |
| XYZ | 27.82 | 30.26 | 71.39 | - |
| YUV | 139.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 219 | 0.63 | 0.29 | 0 | 0.14 | 207.63 | 0.66 | 0.59 |
| Hex | 50 | 9B | DB | 3F | 1D | 0 | E | D0 | 42 | 3B |
| Octal | 120 | 233 | 333 | 77 | 35 | 0 | 16 | 320 | 102 | 73 |
| Binary | 1010000 | 10011011 | 11011011 | 111111 | 11101 | 0 | 1110 | 11010000 | 1000010 | 111011 |
Color Harmonies of #509BDB
Complementary color
Monochromatic Colors of #509BDB
Black with #509BDB
Text Example
Text Example
White with #509BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BDB; }
p { color: rgb(80,155,219); }
H1.HeaderClassName
{
color: #509BDB;
}
.AnyTagClassName
{
color: #509BDB;
}
</style>
background-color css
<style>
a { background-color: #509BDB; }
a { background-color: rgb(80,155,219); }
div.DivClassName
{
background-color: #509BDB;
}
.BgClassName
{
background-color: #509BDB;
}
</style>
border-color css
<style>
span { border-color: #509BDB; }
span { border-color: rgb(80,155,219); }
td.TdClassName
{
border-color: #509BDB;
}
.TagClassName
{
border-color: #509BDB;
}
</style>