Shades of Picton Blue #509BD9
Tints of Picton Blue #509BD9
RGB
CMYK
RGB Variations
Color information
#509BD9 (or 0x509BD9) is known color: Picton Blue. HEX triplet: 50, 9B and D9. RGB value is (80,155,217). Sum of RGB (Red+Green+Blue) = 80+155+217=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #509BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BD9 is #AF6426. Grayscale: #8B8B8B. Windows color (decimal): -11494439 or 14261072. OLE color: 14261072.
HSL color Cylindrical-coordinate representation of color #509BD9: hue angle of 207.15º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509BD9 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 155 | 217 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.15 |
| HSL | 207.15º | 0.64% | 0.58% | - |
| HSV(B) | 207.15º | 0.63% | 0.85% | - |
| XYZ | 27.55 | 30.16 | 70.01 | - |
| YUV | 139.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 217 | 0.63 | 0.29 | 0 | 0.15 | 207.15 | 0.64 | 0.58 |
| Hex | 50 | 9B | D9 | 3F | 1D | 0 | F | CF | 40 | 3A |
| Octal | 120 | 233 | 331 | 77 | 35 | 0 | 17 | 317 | 100 | 72 |
| Binary | 1010000 | 10011011 | 11011001 | 111111 | 11101 | 0 | 1111 | 11001111 | 1000000 | 111010 |
Color Harmonies of #509BD9
Complementary color
Monochromatic Colors of #509BD9
Black with #509BD9
Text Example
Text Example
White with #509BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BD9; }
p { color: rgb(80,155,217); }
H1.HeaderClassName
{
color: #509BD9;
}
.AnyTagClassName
{
color: #509BD9;
}
</style>
background-color css
<style>
a { background-color: #509BD9; }
a { background-color: rgb(80,155,217); }
div.DivClassName
{
background-color: #509BD9;
}
.BgClassName
{
background-color: #509BD9;
}
</style>
border-color css
<style>
span { border-color: #509BD9; }
span { border-color: rgb(80,155,217); }
td.TdClassName
{
border-color: #509BD9;
}
.TagClassName
{
border-color: #509BD9;
}
</style>