Shades of Picton Blue #519AD9
Tints of Picton Blue #519AD9
RGB
CMYK
RGB Variations
Color information
#519AD9 (or 0x519AD9) is known color: Picton Blue. HEX triplet: 51, 9A and D9. RGB value is (81,154,217). Sum of RGB (Red+Green+Blue) = 81+154+217=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 154 (60.55% from 255 or 34.07% 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 #519AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AD9 is #AE6526. Grayscale: #8B8B8B. Windows color (decimal): -11429159 or 14260817. OLE color: 14260817.
HSL color Cylindrical-coordinate representation of color #519AD9: hue angle of 207.79º 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 #519AD9 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 154 | 217 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.15 |
| HSL | 207.79º | 0.64% | 0.58% | - |
| HSV(B) | 207.79º | 0.63% | 0.85% | - |
| XYZ | 27.47 | 29.87 | 69.96 | - |
| YUV | 139.36 | 171.82 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 217 | 0.63 | 0.29 | 0 | 0.15 | 207.79 | 0.64 | 0.58 |
| Hex | 51 | 9A | D9 | 3F | 1D | 0 | F | D0 | 40 | 3A |
| Octal | 121 | 232 | 331 | 77 | 35 | 0 | 17 | 320 | 100 | 72 |
| Binary | 1010001 | 10011010 | 11011001 | 111111 | 11101 | 0 | 1111 | 11010000 | 1000000 | 111010 |
Color Harmonies of #519AD9
Complementary color
Monochromatic Colors of #519AD9
Black with #519AD9
Text Example
Text Example
White with #519AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AD9; }
p { color: rgb(81,154,217); }
H1.HeaderClassName
{
color: #519AD9;
}
.AnyTagClassName
{
color: #519AD9;
}
</style>
background-color css
<style>
a { background-color: #519AD9; }
a { background-color: rgb(81,154,217); }
div.DivClassName
{
background-color: #519AD9;
}
.BgClassName
{
background-color: #519AD9;
}
</style>
border-color css
<style>
span { border-color: #519AD9; }
span { border-color: rgb(81,154,217); }
td.TdClassName
{
border-color: #519AD9;
}
.TagClassName
{
border-color: #519AD9;
}
</style>