Shades of Picton Blue #519BDF
Tints of Picton Blue #519BDF
RGB
CMYK
RGB Variations
Color information
#519BDF (or 0x519BDF) is known color: Picton Blue. HEX triplet: 51, 9B and DF. RGB value is (81,155,223). Sum of RGB (Red+Green+Blue) = 81+155+223=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #519BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BDF is #AE6420. Grayscale: #8C8C8C. Windows color (decimal): -11428897 or 14654289. OLE color: 14654289.
HSL color Cylindrical-coordinate representation of color #519BDF: hue angle of 208.73º 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 #519BDF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 155 | 223 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.13 |
| HSL | 208.73º | 0.69% | 0.6% | - |
| HSV(B) | 208.73º | 0.64% | 0.87% | - |
| XYZ | 28.43 | 30.52 | 74.2 | - |
| YUV | 140.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 223 | 0.64 | 0.30 | 0 | 0.13 | 208.73 | 0.69 | 0.6 |
| Hex | 51 | 9B | DF | 40 | 1E | 0 | D | D1 | 45 | 3C |
| Octal | 121 | 233 | 337 | 100 | 36 | 0 | 15 | 321 | 105 | 74 |
| Binary | 1010001 | 10011011 | 11011111 | 1000000 | 11110 | 0 | 1101 | 11010001 | 1000101 | 111100 |
Color Harmonies of #519BDF
Complementary color
Monochromatic Colors of #519BDF
Black with #519BDF
Text Example
Text Example
White with #519BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BDF; }
p { color: rgb(81,155,223); }
H1.HeaderClassName
{
color: #519BDF;
}
.AnyTagClassName
{
color: #519BDF;
}
</style>
background-color css
<style>
a { background-color: #519BDF; }
a { background-color: rgb(81,155,223); }
div.DivClassName
{
background-color: #519BDF;
}
.BgClassName
{
background-color: #519BDF;
}
</style>
border-color css
<style>
span { border-color: #519BDF; }
span { border-color: rgb(81,155,223); }
td.TdClassName
{
border-color: #519BDF;
}
.TagClassName
{
border-color: #519BDF;
}
</style>