Shades of Picton Blue #519FD0
Tints of Picton Blue #519FD0
RGB
CMYK
RGB Variations
Color information
#519FD0 (or 0x519FD0) is known color: Picton Blue. HEX triplet: 51, 9F and D0. RGB value is (81,159,208). Sum of RGB (Red+Green+Blue) = 81+159+208=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #519FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD0 is #AE602F. Grayscale: #8C8C8C. Windows color (decimal): -11427888 or 13672273. OLE color: 13672273.
HSL color Cylindrical-coordinate representation of color #519FD0: hue angle of 203.15º degrees, saturation: 0.57, 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 #519FD0 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 159 | 208 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.15º | 0.57% | 0.57% | - |
| HSV(B) | 203.15º | 0.61% | 0.82% | - |
| XYZ | 27.18 | 31.1 | 64.24 | - |
| YUV | 141.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 208 | 0.61 | 0.24 | 0 | 0.18 | 203.15 | 0.57 | 0.57 |
| Hex | 51 | 9F | D0 | 3D | 18 | 0 | 12 | CB | 39 | 39 |
| Octal | 121 | 237 | 320 | 75 | 30 | 0 | 22 | 313 | 71 | 71 |
| Binary | 1010001 | 10011111 | 11010000 | 111101 | 11000 | 0 | 10010 | 11001011 | 111001 | 111001 |
Color Harmonies of #519FD0
Complementary color
Monochromatic Colors of #519FD0
Black with #519FD0
Text Example
Text Example
White with #519FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FD0; }
p { color: rgb(81,159,208); }
H1.HeaderClassName
{
color: #519FD0;
}
.AnyTagClassName
{
color: #519FD0;
}
</style>
background-color css
<style>
a { background-color: #519FD0; }
a { background-color: rgb(81,159,208); }
div.DivClassName
{
background-color: #519FD0;
}
.BgClassName
{
background-color: #519FD0;
}
</style>
border-color css
<style>
span { border-color: #519FD0; }
span { border-color: rgb(81,159,208); }
td.TdClassName
{
border-color: #519FD0;
}
.TagClassName
{
border-color: #519FD0;
}
</style>