Shades of Picton Blue #519FDB
Tints of Picton Blue #519FDB
RGB
CMYK
RGB Variations
Color information
#519FDB (or 0x519FDB) is known color: Picton Blue. HEX triplet: 51, 9F and DB. RGB value is (81,159,219). Sum of RGB (Red+Green+Blue) = 81+159+219=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #519FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FDB is #AE6024. Grayscale: #8E8E8E. Windows color (decimal): -11427877 or 14393169. OLE color: 14393169.
HSL color Cylindrical-coordinate representation of color #519FDB: hue angle of 206.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519FDB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 159 | 219 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.14 |
| HSL | 206.09º | 0.66% | 0.59% | - |
| HSV(B) | 206.09º | 0.63% | 0.86% | - |
| XYZ | 28.58 | 31.66 | 71.62 | - |
| YUV | 142.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 219 | 0.63 | 0.27 | 0 | 0.14 | 206.09 | 0.66 | 0.59 |
| Hex | 51 | 9F | DB | 3F | 1B | 0 | E | CE | 42 | 3B |
| Octal | 121 | 237 | 333 | 77 | 33 | 0 | 16 | 316 | 102 | 73 |
| Binary | 1010001 | 10011111 | 11011011 | 111111 | 11011 | 0 | 1110 | 11001110 | 1000010 | 111011 |
Color Harmonies of #519FDB
Complementary color
Monochromatic Colors of #519FDB
Black with #519FDB
Text Example
Text Example
White with #519FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FDB; }
p { color: rgb(81,159,219); }
H1.HeaderClassName
{
color: #519FDB;
}
.AnyTagClassName
{
color: #519FDB;
}
</style>
background-color css
<style>
a { background-color: #519FDB; }
a { background-color: rgb(81,159,219); }
div.DivClassName
{
background-color: #519FDB;
}
.BgClassName
{
background-color: #519FDB;
}
</style>
border-color css
<style>
span { border-color: #519FDB; }
span { border-color: rgb(81,159,219); }
td.TdClassName
{
border-color: #519FDB;
}
.TagClassName
{
border-color: #519FDB;
}
</style>