Shades of Picton Blue #519FD1
Tints of Picton Blue #519FD1
RGB
CMYK
RGB Variations
Color information
#519FD1 (or 0x519FD1) is known color: Picton Blue. HEX triplet: 51, 9F and D1. RGB value is (81,159,209). Sum of RGB (Red+Green+Blue) = 81+159+209=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #519FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD1 is #AE602E. Grayscale: #8D8D8D. Windows color (decimal): -11427887 or 13737809. OLE color: 13737809.
HSL color Cylindrical-coordinate representation of color #519FD1: hue angle of 203.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519FD1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 159 | 209 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.44º | 0.58% | 0.57% | - |
| HSV(B) | 203.44º | 0.61% | 0.82% | - |
| XYZ | 27.3 | 31.15 | 64.9 | - |
| YUV | 141.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 209 | 0.61 | 0.24 | 0 | 0.18 | 203.44 | 0.58 | 0.57 |
| Hex | 51 | 9F | D1 | 3D | 18 | 0 | 12 | CB | 3A | 39 |
| Octal | 121 | 237 | 321 | 75 | 30 | 0 | 22 | 313 | 72 | 71 |
| Binary | 1010001 | 10011111 | 11010001 | 111101 | 11000 | 0 | 10010 | 11001011 | 111010 | 111001 |
Color Harmonies of #519FD1
Complementary color
Monochromatic Colors of #519FD1
Black with #519FD1
Text Example
Text Example
White with #519FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FD1; }
p { color: rgb(81,159,209); }
H1.HeaderClassName
{
color: #519FD1;
}
.AnyTagClassName
{
color: #519FD1;
}
</style>
background-color css
<style>
a { background-color: #519FD1; }
a { background-color: rgb(81,159,209); }
div.DivClassName
{
background-color: #519FD1;
}
.BgClassName
{
background-color: #519FD1;
}
</style>
border-color css
<style>
span { border-color: #519FD1; }
span { border-color: rgb(81,159,209); }
td.TdClassName
{
border-color: #519FD1;
}
.TagClassName
{
border-color: #519FD1;
}
</style>