Shades of Picton Blue #519DDF
Tints of Picton Blue #519DDF
RGB
CMYK
RGB Variations
Color information
#519DDF (or 0x519DDF) is known color: Picton Blue. HEX triplet: 51, 9D and DF. RGB value is (81,157,223). Sum of RGB (Red+Green+Blue) = 81+157+223=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #519DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDF is #AE6220. Grayscale: #8D8D8D. Windows color (decimal): -11428385 or 14654801. OLE color: 14654801.
HSL color Cylindrical-coordinate representation of color #519DDF: hue angle of 207.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519DDF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 157 | 223 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.13 |
| HSL | 207.89º | 0.69% | 0.6% | - |
| HSV(B) | 207.89º | 0.64% | 0.87% | - |
| XYZ | 28.77 | 31.19 | 74.32 | - |
| YUV | 141.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 223 | 0.64 | 0.30 | 0 | 0.13 | 207.89 | 0.69 | 0.6 |
| Hex | 51 | 9D | DF | 40 | 1E | 0 | D | D0 | 45 | 3C |
| Octal | 121 | 235 | 337 | 100 | 36 | 0 | 15 | 320 | 105 | 74 |
| Binary | 1010001 | 10011101 | 11011111 | 1000000 | 11110 | 0 | 1101 | 11010000 | 1000101 | 111100 |
Color Harmonies of #519DDF
Complementary color
Monochromatic Colors of #519DDF
Black with #519DDF
Text Example
Text Example
White with #519DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DDF; }
p { color: rgb(81,157,223); }
H1.HeaderClassName
{
color: #519DDF;
}
.AnyTagClassName
{
color: #519DDF;
}
</style>
background-color css
<style>
a { background-color: #519DDF; }
a { background-color: rgb(81,157,223); }
div.DivClassName
{
background-color: #519DDF;
}
.BgClassName
{
background-color: #519DDF;
}
</style>
border-color css
<style>
span { border-color: #519DDF; }
span { border-color: rgb(81,157,223); }
td.TdClassName
{
border-color: #519DDF;
}
.TagClassName
{
border-color: #519DDF;
}
</style>