Shades of Picton Blue #519ADE
Tints of Picton Blue #519ADE
RGB
CMYK
RGB Variations
Color information
#519ADE (or 0x519ADE) is known color: Picton Blue. HEX triplet: 51, 9A and DE. RGB value is (81,154,222). Sum of RGB (Red+Green+Blue) = 81+154+222=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #519ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ADE is #AE6521. Grayscale: #8B8B8B. Windows color (decimal): -11429154 or 14588497. OLE color: 14588497.
HSL color Cylindrical-coordinate representation of color #519ADE: hue angle of 208.94º 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 #519ADE is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 154 | 222 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.13 |
| HSL | 208.94º | 0.68% | 0.59% | - |
| HSV(B) | 208.94º | 0.64% | 0.87% | - |
| XYZ | 28.13 | 30.13 | 73.44 | - |
| YUV | 139.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 222 | 0.64 | 0.31 | 0 | 0.13 | 208.94 | 0.68 | 0.59 |
| Hex | 51 | 9A | DE | 40 | 1F | 0 | D | D1 | 44 | 3B |
| Octal | 121 | 232 | 336 | 100 | 37 | 0 | 15 | 321 | 104 | 73 |
| Binary | 1010001 | 10011010 | 11011110 | 1000000 | 11111 | 0 | 1101 | 11010001 | 1000100 | 111011 |
Color Harmonies of #519ADE
Complementary color
Monochromatic Colors of #519ADE
Black with #519ADE
Text Example
Text Example
White with #519ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ADE; }
p { color: rgb(81,154,222); }
H1.HeaderClassName
{
color: #519ADE;
}
.AnyTagClassName
{
color: #519ADE;
}
</style>
background-color css
<style>
a { background-color: #519ADE; }
a { background-color: rgb(81,154,222); }
div.DivClassName
{
background-color: #519ADE;
}
.BgClassName
{
background-color: #519ADE;
}
</style>
border-color css
<style>
span { border-color: #519ADE; }
span { border-color: rgb(81,154,222); }
td.TdClassName
{
border-color: #519ADE;
}
.TagClassName
{
border-color: #519ADE;
}
</style>