Shades of Picton Blue #519AD8
Tints of Picton Blue #519AD8
RGB
CMYK
RGB Variations
Color information
#519AD8 (or 0x519AD8) is known color: Picton Blue. HEX triplet: 51, 9A and D8. RGB value is (81,154,216). Sum of RGB (Red+Green+Blue) = 81+154+216=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #519AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AD8 is #AE6527. Grayscale: #8A8A8A. Windows color (decimal): -11429160 or 14195281. OLE color: 14195281.
HSL color Cylindrical-coordinate representation of color #519AD8: hue angle of 207.56º 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 #519AD8 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 154 | 216 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.15 |
| HSL | 207.56º | 0.63% | 0.58% | - |
| HSV(B) | 207.56º | 0.63% | 0.85% | - |
| XYZ | 27.34 | 29.82 | 69.28 | - |
| YUV | 139.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 216 | 0.62 | 0.29 | 0 | 0.15 | 207.56 | 0.63 | 0.58 |
| Hex | 51 | 9A | D8 | 3E | 1D | 0 | F | D0 | 3F | 3A |
| Octal | 121 | 232 | 330 | 76 | 35 | 0 | 17 | 320 | 77 | 72 |
| Binary | 1010001 | 10011010 | 11011000 | 111110 | 11101 | 0 | 1111 | 11010000 | 111111 | 111010 |
Color Harmonies of #519AD8
Complementary color
Monochromatic Colors of #519AD8
Black with #519AD8
Text Example
Text Example
White with #519AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AD8; }
p { color: rgb(81,154,216); }
H1.HeaderClassName
{
color: #519AD8;
}
.AnyTagClassName
{
color: #519AD8;
}
</style>
background-color css
<style>
a { background-color: #519AD8; }
a { background-color: rgb(81,154,216); }
div.DivClassName
{
background-color: #519AD8;
}
.BgClassName
{
background-color: #519AD8;
}
</style>
border-color css
<style>
span { border-color: #519AD8; }
span { border-color: rgb(81,154,216); }
td.TdClassName
{
border-color: #519AD8;
}
.TagClassName
{
border-color: #519AD8;
}
</style>