Shades of Picton Blue #519FDE
Tints of Picton Blue #519FDE
RGB
CMYK
RGB Variations
Color information
#519FDE (or 0x519FDE) is known color: Picton Blue. HEX triplet: 51, 9F and DE. RGB value is (81,159,222). Sum of RGB (Red+Green+Blue) = 81+159+222=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #519FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FDE is #AE6021. Grayscale: #8E8E8E. Windows color (decimal): -11427874 or 14589777. OLE color: 14589777.
HSL color Cylindrical-coordinate representation of color #519FDE: hue angle of 206.81º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519FDE is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 159 | 222 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.13 |
| HSL | 206.81º | 0.68% | 0.59% | - |
| HSV(B) | 206.81º | 0.64% | 0.87% | - |
| XYZ | 28.98 | 31.82 | 73.72 | - |
| YUV | 142.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 222 | 0.64 | 0.28 | 0 | 0.13 | 206.81 | 0.68 | 0.59 |
| Hex | 51 | 9F | DE | 40 | 1C | 0 | D | CF | 44 | 3B |
| Octal | 121 | 237 | 336 | 100 | 34 | 0 | 15 | 317 | 104 | 73 |
| Binary | 1010001 | 10011111 | 11011110 | 1000000 | 11100 | 0 | 1101 | 11001111 | 1000100 | 111011 |
Color Harmonies of #519FDE
Complementary color
Monochromatic Colors of #519FDE
Black with #519FDE
Text Example
Text Example
White with #519FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FDE; }
p { color: rgb(81,159,222); }
H1.HeaderClassName
{
color: #519FDE;
}
.AnyTagClassName
{
color: #519FDE;
}
</style>
background-color css
<style>
a { background-color: #519FDE; }
a { background-color: rgb(81,159,222); }
div.DivClassName
{
background-color: #519FDE;
}
.BgClassName
{
background-color: #519FDE;
}
</style>
border-color css
<style>
span { border-color: #519FDE; }
span { border-color: rgb(81,159,222); }
td.TdClassName
{
border-color: #519FDE;
}
.TagClassName
{
border-color: #519FDE;
}
</style>