Shades of Picton Blue #519FDF
Tints of Picton Blue #519FDF
RGB
CMYK
RGB Variations
Color information
#519FDF (or 0x519FDF) is known color: Picton Blue. HEX triplet: 51, 9F and DF. RGB value is (81,159,223). Sum of RGB (Red+Green+Blue) = 81+159+223=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #519FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FDF is #AE6020. Grayscale: #8E8E8E. Windows color (decimal): -11427873 or 14655313. OLE color: 14655313.
HSL color Cylindrical-coordinate representation of color #519FDF: hue angle of 207.04º 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 #519FDF is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 159 | 223 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.13 |
| HSL | 207.04º | 0.69% | 0.6% | - |
| HSV(B) | 207.04º | 0.64% | 0.87% | - |
| XYZ | 29.11 | 31.87 | 74.43 | - |
| YUV | 142.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 223 | 0.64 | 0.29 | 0 | 0.13 | 207.04 | 0.69 | 0.6 |
| Hex | 51 | 9F | DF | 40 | 1D | 0 | D | CF | 45 | 3C |
| Octal | 121 | 237 | 337 | 100 | 35 | 0 | 15 | 317 | 105 | 74 |
| Binary | 1010001 | 10011111 | 11011111 | 1000000 | 11101 | 0 | 1101 | 11001111 | 1000101 | 111100 |
Color Harmonies of #519FDF
Complementary color
Monochromatic Colors of #519FDF
Black with #519FDF
Text Example
Text Example
White with #519FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FDF; }
p { color: rgb(81,159,223); }
H1.HeaderClassName
{
color: #519FDF;
}
.AnyTagClassName
{
color: #519FDF;
}
</style>
background-color css
<style>
a { background-color: #519FDF; }
a { background-color: rgb(81,159,223); }
div.DivClassName
{
background-color: #519FDF;
}
.BgClassName
{
background-color: #519FDF;
}
</style>
border-color css
<style>
span { border-color: #519FDF; }
span { border-color: rgb(81,159,223); }
td.TdClassName
{
border-color: #519FDF;
}
.TagClassName
{
border-color: #519FDF;
}
</style>