Shades of Picton Blue #519FD2
Tints of Picton Blue #519FD2
RGB
CMYK
RGB Variations
Color information
#519FD2 (or 0x519FD2) is known color: Picton Blue. HEX triplet: 51, 9F and D2. RGB value is (81,159,210). Sum of RGB (Red+Green+Blue) = 81+159+210=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #519FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD2 is #AE602D. Grayscale: #8D8D8D. Windows color (decimal): -11427886 or 13803345. OLE color: 13803345.
HSL color Cylindrical-coordinate representation of color #519FD2: hue angle of 203.72º degrees, saturation: 0.59, 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 #519FD2 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 159 | 210 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.72º | 0.59% | 0.57% | - |
| HSV(B) | 203.72º | 0.61% | 0.82% | - |
| XYZ | 27.42 | 31.2 | 65.55 | - |
| YUV | 141.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 210 | 0.61 | 0.24 | 0 | 0.18 | 203.72 | 0.59 | 0.57 |
| Hex | 51 | 9F | D2 | 3D | 18 | 0 | 12 | CC | 3B | 39 |
| Octal | 121 | 237 | 322 | 75 | 30 | 0 | 22 | 314 | 73 | 71 |
| Binary | 1010001 | 10011111 | 11010010 | 111101 | 11000 | 0 | 10010 | 11001100 | 111011 | 111001 |
Color Harmonies of #519FD2
Complementary color
Monochromatic Colors of #519FD2
Black with #519FD2
Text Example
Text Example
White with #519FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FD2; }
p { color: rgb(81,159,210); }
H1.HeaderClassName
{
color: #519FD2;
}
.AnyTagClassName
{
color: #519FD2;
}
</style>
background-color css
<style>
a { background-color: #519FD2; }
a { background-color: rgb(81,159,210); }
div.DivClassName
{
background-color: #519FD2;
}
.BgClassName
{
background-color: #519FD2;
}
</style>
border-color css
<style>
span { border-color: #519FD2; }
span { border-color: rgb(81,159,210); }
td.TdClassName
{
border-color: #519FD2;
}
.TagClassName
{
border-color: #519FD2;
}
</style>