Shades of Picton Blue #519EE0
Tints of Picton Blue #519EE0
RGB
CMYK
RGB Variations
Color information
#519EE0 (or 0x519EE0) is known color: Picton Blue. HEX triplet: 51, 9E and E0. RGB value is (81,158,224). Sum of RGB (Red+Green+Blue) = 81+158+224=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #519EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EE0 is #AE611F. Grayscale: #8E8E8E. Windows color (decimal): -11428128 or 14720593. OLE color: 14720593.
HSL color Cylindrical-coordinate representation of color #519EE0: hue angle of 207.69º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519EE0 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 158 | 224 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.12 |
| HSL | 207.69º | 0.7% | 0.6% | - |
| HSV(B) | 207.69º | 0.64% | 0.88% | - |
| XYZ | 29.07 | 31.58 | 75.09 | - |
| YUV | 142.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 224 | 0.64 | 0.29 | 0 | 0.12 | 207.69 | 0.7 | 0.6 |
| Hex | 51 | 9E | E0 | 40 | 1D | 0 | C | D0 | 46 | 3C |
| Octal | 121 | 236 | 340 | 100 | 35 | 0 | 14 | 320 | 106 | 74 |
| Binary | 1010001 | 10011110 | 11100000 | 1000000 | 11101 | 0 | 1100 | 11010000 | 1000110 | 111100 |
Color Harmonies of #519EE0
Complementary color
Monochromatic Colors of #519EE0
Black with #519EE0
Text Example
Text Example
White with #519EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EE0; }
p { color: rgb(81,158,224); }
H1.HeaderClassName
{
color: #519EE0;
}
.AnyTagClassName
{
color: #519EE0;
}
</style>
background-color css
<style>
a { background-color: #519EE0; }
a { background-color: rgb(81,158,224); }
div.DivClassName
{
background-color: #519EE0;
}
.BgClassName
{
background-color: #519EE0;
}
</style>
border-color css
<style>
span { border-color: #519EE0; }
span { border-color: rgb(81,158,224); }
td.TdClassName
{
border-color: #519EE0;
}
.TagClassName
{
border-color: #519EE0;
}
</style>