Shades of Picton Blue #519BDD
Tints of Picton Blue #519BDD
RGB
CMYK
RGB Variations
Color information
#519BDD (or 0x519BDD) is known color: Picton Blue. HEX triplet: 51, 9B and DD. RGB value is (81,155,221). Sum of RGB (Red+Green+Blue) = 81+155+221=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #519BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BDD is #AE6422. Grayscale: #8C8C8C. Windows color (decimal): -11428899 or 14523217. OLE color: 14523217.
HSL color Cylindrical-coordinate representation of color #519BDD: hue angle of 208.29º 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 #519BDD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 155 | 221 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.13 |
| HSL | 208.29º | 0.67% | 0.59% | - |
| HSV(B) | 208.29º | 0.63% | 0.87% | - |
| XYZ | 28.17 | 30.41 | 72.79 | - |
| YUV | 140.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 221 | 0.63 | 0.30 | 0 | 0.13 | 208.29 | 0.67 | 0.59 |
| Hex | 51 | 9B | DD | 3F | 1E | 0 | D | D0 | 43 | 3B |
| Octal | 121 | 233 | 335 | 77 | 36 | 0 | 15 | 320 | 103 | 73 |
| Binary | 1010001 | 10011011 | 11011101 | 111111 | 11110 | 0 | 1101 | 11010000 | 1000011 | 111011 |
Color Harmonies of #519BDD
Complementary color
Monochromatic Colors of #519BDD
Black with #519BDD
Text Example
Text Example
White with #519BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BDD; }
p { color: rgb(81,155,221); }
H1.HeaderClassName
{
color: #519BDD;
}
.AnyTagClassName
{
color: #519BDD;
}
</style>
background-color css
<style>
a { background-color: #519BDD; }
a { background-color: rgb(81,155,221); }
div.DivClassName
{
background-color: #519BDD;
}
.BgClassName
{
background-color: #519BDD;
}
</style>
border-color css
<style>
span { border-color: #519BDD; }
span { border-color: rgb(81,155,221); }
td.TdClassName
{
border-color: #519BDD;
}
.TagClassName
{
border-color: #519BDD;
}
</style>