Shades of Picton Blue #519DDA
Tints of Picton Blue #519DDA
RGB
CMYK
RGB Variations
Color information
#519DDA (or 0x519DDA) is known color: Picton Blue. HEX triplet: 51, 9D and DA. RGB value is (81,157,218). Sum of RGB (Red+Green+Blue) = 81+157+218=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #519DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDA is #AE6225. Grayscale: #8C8C8C. Windows color (decimal): -11428390 or 14327121. OLE color: 14327121.
HSL color Cylindrical-coordinate representation of color #519DDA: hue angle of 206.72º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519DDA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 157 | 218 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.15 |
| HSL | 206.72º | 0.65% | 0.59% | - |
| HSV(B) | 206.72º | 0.63% | 0.85% | - |
| XYZ | 28.11 | 30.93 | 70.82 | - |
| YUV | 141.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 218 | 0.63 | 0.28 | 0 | 0.15 | 206.72 | 0.65 | 0.59 |
| Hex | 51 | 9D | DA | 3F | 1C | 0 | F | CF | 41 | 3B |
| Octal | 121 | 235 | 332 | 77 | 34 | 0 | 17 | 317 | 101 | 73 |
| Binary | 1010001 | 10011101 | 11011010 | 111111 | 11100 | 0 | 1111 | 11001111 | 1000001 | 111011 |
Color Harmonies of #519DDA
Complementary color
Monochromatic Colors of #519DDA
Black with #519DDA
Text Example
Text Example
White with #519DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DDA; }
p { color: rgb(81,157,218); }
H1.HeaderClassName
{
color: #519DDA;
}
.AnyTagClassName
{
color: #519DDA;
}
</style>
background-color css
<style>
a { background-color: #519DDA; }
a { background-color: rgb(81,157,218); }
div.DivClassName
{
background-color: #519DDA;
}
.BgClassName
{
background-color: #519DDA;
}
</style>
border-color css
<style>
span { border-color: #519DDA; }
span { border-color: rgb(81,157,218); }
td.TdClassName
{
border-color: #519DDA;
}
.TagClassName
{
border-color: #519DDA;
}
</style>