Shades of Picton Blue #519CE4
Tints of Picton Blue #519CE4
RGB
CMYK
RGB Variations
Color information
#519CE4 (or 0x519CE4) is known color: Picton Blue. HEX triplet: 51, 9C and E4. RGB value is (81,156,228). Sum of RGB (Red+Green+Blue) = 81+156+228=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #519CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CE4 is #AE631B. Grayscale: #8D8D8D. Windows color (decimal): -11428636 or 14982225. OLE color: 14982225.
HSL color Cylindrical-coordinate representation of color #519CE4: hue angle of 209.39º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519CE4 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 156 | 228 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.11 |
| HSL | 209.39º | 0.73% | 0.61% | - |
| HSV(B) | 209.39º | 0.64% | 0.89% | - |
| XYZ | 29.29 | 31.13 | 77.86 | - |
| YUV | 141.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 228 | 0.64 | 0.32 | 0 | 0.11 | 209.39 | 0.73 | 0.61 |
| Hex | 51 | 9C | E4 | 40 | 20 | 0 | B | D1 | 49 | 3D |
| Octal | 121 | 234 | 344 | 100 | 40 | 0 | 13 | 321 | 111 | 75 |
| Binary | 1010001 | 10011100 | 11100100 | 1000000 | 100000 | 0 | 1011 | 11010001 | 1001001 | 111101 |
Color Harmonies of #519CE4
Complementary color
Monochromatic Colors of #519CE4
Black with #519CE4
Text Example
Text Example
White with #519CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CE4; }
p { color: rgb(81,156,228); }
H1.HeaderClassName
{
color: #519CE4;
}
.AnyTagClassName
{
color: #519CE4;
}
</style>
background-color css
<style>
a { background-color: #519CE4; }
a { background-color: rgb(81,156,228); }
div.DivClassName
{
background-color: #519CE4;
}
.BgClassName
{
background-color: #519CE4;
}
</style>
border-color css
<style>
span { border-color: #519CE4; }
span { border-color: rgb(81,156,228); }
td.TdClassName
{
border-color: #519CE4;
}
.TagClassName
{
border-color: #519CE4;
}
</style>