Shades of Picton Blue #519ED0
Tints of Picton Blue #519ED0
RGB
CMYK
RGB Variations
Color information
#519ED0 (or 0x519ED0) is known color: Picton Blue. HEX triplet: 51, 9E and D0. RGB value is (81,158,208). Sum of RGB (Red+Green+Blue) = 81+158+208=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #519ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ED0 is #AE612F. Grayscale: #8C8C8C. Windows color (decimal): -11428144 or 13672017. OLE color: 13672017.
HSL color Cylindrical-coordinate representation of color #519ED0: hue angle of 203.62º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519ED0 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 158 | 208 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.62º | 0.57% | 0.57% | - |
| HSV(B) | 203.62º | 0.61% | 0.82% | - |
| XYZ | 27.01 | 30.76 | 64.19 | - |
| YUV | 140.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 208 | 0.61 | 0.24 | 0 | 0.18 | 203.62 | 0.57 | 0.57 |
| Hex | 51 | 9E | D0 | 3D | 18 | 0 | 12 | CC | 39 | 39 |
| Octal | 121 | 236 | 320 | 75 | 30 | 0 | 22 | 314 | 71 | 71 |
| Binary | 1010001 | 10011110 | 11010000 | 111101 | 11000 | 0 | 10010 | 11001100 | 111001 | 111001 |
Color Harmonies of #519ED0
Complementary color
Monochromatic Colors of #519ED0
Black with #519ED0
Text Example
Text Example
White with #519ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ED0; }
p { color: rgb(81,158,208); }
H1.HeaderClassName
{
color: #519ED0;
}
.AnyTagClassName
{
color: #519ED0;
}
</style>
background-color css
<style>
a { background-color: #519ED0; }
a { background-color: rgb(81,158,208); }
div.DivClassName
{
background-color: #519ED0;
}
.BgClassName
{
background-color: #519ED0;
}
</style>
border-color css
<style>
span { border-color: #519ED0; }
span { border-color: rgb(81,158,208); }
td.TdClassName
{
border-color: #519ED0;
}
.TagClassName
{
border-color: #519ED0;
}
</style>