Shades of Picton Blue #519AE3
Tints of Picton Blue #519AE3
RGB
CMYK
RGB Variations
Color information
#519AE3 (or 0x519AE3) is known color: Picton Blue. HEX triplet: 51, 9A and E3. RGB value is (81,154,227). Sum of RGB (Red+Green+Blue) = 81+154+227=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #519AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AE3 is #AE651C. Grayscale: #8C8C8C. Windows color (decimal): -11429149 or 14916177. OLE color: 14916177.
HSL color Cylindrical-coordinate representation of color #519AE3: hue angle of 210º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519AE3 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 154 | 227 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.11 |
| HSL | 210º | 0.72% | 0.6% | - |
| HSV(B) | 210º | 0.64% | 0.89% | - |
| XYZ | 28.81 | 30.41 | 77.02 | - |
| YUV | 140.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 227 | 0.64 | 0.32 | 0 | 0.11 | 210 | 0.72 | 0.6 |
| Hex | 51 | 9A | E3 | 40 | 20 | 0 | B | D2 | 48 | 3C |
| Octal | 121 | 232 | 343 | 100 | 40 | 0 | 13 | 322 | 110 | 74 |
| Binary | 1010001 | 10011010 | 11100011 | 1000000 | 100000 | 0 | 1011 | 11010010 | 1001000 | 111100 |
Color Harmonies of #519AE3
Complementary color
Monochromatic Colors of #519AE3
Black with #519AE3
Text Example
Text Example
White with #519AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AE3; }
p { color: rgb(81,154,227); }
H1.HeaderClassName
{
color: #519AE3;
}
.AnyTagClassName
{
color: #519AE3;
}
</style>
background-color css
<style>
a { background-color: #519AE3; }
a { background-color: rgb(81,154,227); }
div.DivClassName
{
background-color: #519AE3;
}
.BgClassName
{
background-color: #519AE3;
}
</style>
border-color css
<style>
span { border-color: #519AE3; }
span { border-color: rgb(81,154,227); }
td.TdClassName
{
border-color: #519AE3;
}
.TagClassName
{
border-color: #519AE3;
}
</style>