Shades of Picton Blue #519FD8
Tints of Picton Blue #519FD8
RGB
CMYK
RGB Variations
Color information
#519FD8 (or 0x519FD8) is known color: Picton Blue. HEX triplet: 51, 9F and D8. RGB value is (81,159,216). Sum of RGB (Red+Green+Blue) = 81+159+216=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #519FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD8 is #AE6027. Grayscale: #8D8D8D. Windows color (decimal): -11427880 or 14196561. OLE color: 14196561.
HSL color Cylindrical-coordinate representation of color #519FD8: hue angle of 205.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519FD8 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 159 | 216 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.15 |
| HSL | 205.33º | 0.63% | 0.58% | - |
| HSV(B) | 205.33º | 0.63% | 0.85% | - |
| XYZ | 28.19 | 31.5 | 69.56 | - |
| YUV | 142.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 216 | 0.62 | 0.26 | 0 | 0.15 | 205.33 | 0.63 | 0.58 |
| Hex | 51 | 9F | D8 | 3E | 1A | 0 | F | CD | 3F | 3A |
| Octal | 121 | 237 | 330 | 76 | 32 | 0 | 17 | 315 | 77 | 72 |
| Binary | 1010001 | 10011111 | 11011000 | 111110 | 11010 | 0 | 1111 | 11001101 | 111111 | 111010 |
Color Harmonies of #519FD8
Complementary color
Monochromatic Colors of #519FD8
Black with #519FD8
Text Example
Text Example
White with #519FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FD8; }
p { color: rgb(81,159,216); }
H1.HeaderClassName
{
color: #519FD8;
}
.AnyTagClassName
{
color: #519FD8;
}
</style>
background-color css
<style>
a { background-color: #519FD8; }
a { background-color: rgb(81,159,216); }
div.DivClassName
{
background-color: #519FD8;
}
.BgClassName
{
background-color: #519FD8;
}
</style>
border-color css
<style>
span { border-color: #519FD8; }
span { border-color: rgb(81,159,216); }
td.TdClassName
{
border-color: #519FD8;
}
.TagClassName
{
border-color: #519FD8;
}
</style>