Shades of Picton Blue #519FDD
Tints of Picton Blue #519FDD
RGB
CMYK
RGB Variations
Color information
#519FDD (or 0x519FDD) is known color: Picton Blue. HEX triplet: 51, 9F and DD. RGB value is (81,159,221). Sum of RGB (Red+Green+Blue) = 81+159+221=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #519FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FDD is #AE6022. Grayscale: #8E8E8E. Windows color (decimal): -11427875 or 14524241. OLE color: 14524241.
HSL color Cylindrical-coordinate representation of color #519FDD: hue angle of 206.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519FDD is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 159 | 221 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.13 |
| HSL | 206.57º | 0.67% | 0.59% | - |
| HSV(B) | 206.57º | 0.63% | 0.87% | - |
| XYZ | 28.84 | 31.77 | 73.02 | - |
| YUV | 142.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 221 | 0.63 | 0.28 | 0 | 0.13 | 206.57 | 0.67 | 0.59 |
| Hex | 51 | 9F | DD | 3F | 1C | 0 | D | CF | 43 | 3B |
| Octal | 121 | 237 | 335 | 77 | 34 | 0 | 15 | 317 | 103 | 73 |
| Binary | 1010001 | 10011111 | 11011101 | 111111 | 11100 | 0 | 1101 | 11001111 | 1000011 | 111011 |
Color Harmonies of #519FDD
Complementary color
Monochromatic Colors of #519FDD
Black with #519FDD
Text Example
Text Example
White with #519FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FDD; }
p { color: rgb(81,159,221); }
H1.HeaderClassName
{
color: #519FDD;
}
.AnyTagClassName
{
color: #519FDD;
}
</style>
background-color css
<style>
a { background-color: #519FDD; }
a { background-color: rgb(81,159,221); }
div.DivClassName
{
background-color: #519FDD;
}
.BgClassName
{
background-color: #519FDD;
}
</style>
border-color css
<style>
span { border-color: #519FDD; }
span { border-color: rgb(81,159,221); }
td.TdClassName
{
border-color: #519FDD;
}
.TagClassName
{
border-color: #519FDD;
}
</style>