Shades of Picton Blue #519ADD
Tints of Picton Blue #519ADD
RGB
CMYK
RGB Variations
Color information
#519ADD (or 0x519ADD) is known color: Picton Blue. HEX triplet: 51, 9A and DD. RGB value is (81,154,221). Sum of RGB (Red+Green+Blue) = 81+154+221=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #519ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ADD is #AE6522. Grayscale: #8B8B8B. Windows color (decimal): -11429155 or 14522961. OLE color: 14522961.
HSL color Cylindrical-coordinate representation of color #519ADD: hue angle of 208.71º 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 #519ADD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 154 | 221 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.13 |
| HSL | 208.71º | 0.67% | 0.59% | - |
| HSV(B) | 208.71º | 0.63% | 0.87% | - |
| XYZ | 28 | 30.08 | 72.74 | - |
| YUV | 139.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 221 | 0.63 | 0.30 | 0 | 0.13 | 208.71 | 0.67 | 0.59 |
| Hex | 51 | 9A | DD | 3F | 1E | 0 | D | D1 | 43 | 3B |
| Octal | 121 | 232 | 335 | 77 | 36 | 0 | 15 | 321 | 103 | 73 |
| Binary | 1010001 | 10011010 | 11011101 | 111111 | 11110 | 0 | 1101 | 11010001 | 1000011 | 111011 |
Color Harmonies of #519ADD
Complementary color
Monochromatic Colors of #519ADD
Black with #519ADD
Text Example
Text Example
White with #519ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ADD; }
p { color: rgb(81,154,221); }
H1.HeaderClassName
{
color: #519ADD;
}
.AnyTagClassName
{
color: #519ADD;
}
</style>
background-color css
<style>
a { background-color: #519ADD; }
a { background-color: rgb(81,154,221); }
div.DivClassName
{
background-color: #519ADD;
}
.BgClassName
{
background-color: #519ADD;
}
</style>
border-color css
<style>
span { border-color: #519ADD; }
span { border-color: rgb(81,154,221); }
td.TdClassName
{
border-color: #519ADD;
}
.TagClassName
{
border-color: #519ADD;
}
</style>