Shades of Picton Blue #519FE4
Tints of Picton Blue #519FE4
RGB
CMYK
RGB Variations
Color information
#519FE4 (or 0x519FE4) is known color: Picton Blue. HEX triplet: 51, 9F and E4. RGB value is (81,159,228). Sum of RGB (Red+Green+Blue) = 81+159+228=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #519FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FE4 is #AE601B. Grayscale: #8F8F8F. Windows color (decimal): -11427868 or 14982993. OLE color: 14982993.
HSL color Cylindrical-coordinate representation of color #519FE4: hue angle of 208.16º 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 #519FE4 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 159 | 228 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.11 |
| HSL | 208.16º | 0.73% | 0.61% | - |
| HSV(B) | 208.16º | 0.64% | 0.89% | - |
| XYZ | 29.8 | 32.15 | 78.03 | - |
| YUV | 143.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 228 | 0.64 | 0.30 | 0 | 0.11 | 208.16 | 0.73 | 0.61 |
| Hex | 51 | 9F | E4 | 40 | 1E | 0 | B | D0 | 49 | 3D |
| Octal | 121 | 237 | 344 | 100 | 36 | 0 | 13 | 320 | 111 | 75 |
| Binary | 1010001 | 10011111 | 11100100 | 1000000 | 11110 | 0 | 1011 | 11010000 | 1001001 | 111101 |
Color Harmonies of #519FE4
Complementary color
Monochromatic Colors of #519FE4
Black with #519FE4
Text Example
Text Example
White with #519FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FE4; }
p { color: rgb(81,159,228); }
H1.HeaderClassName
{
color: #519FE4;
}
.AnyTagClassName
{
color: #519FE4;
}
</style>
background-color css
<style>
a { background-color: #519FE4; }
a { background-color: rgb(81,159,228); }
div.DivClassName
{
background-color: #519FE4;
}
.BgClassName
{
background-color: #519FE4;
}
</style>
border-color css
<style>
span { border-color: #519FE4; }
span { border-color: rgb(81,159,228); }
td.TdClassName
{
border-color: #519FE4;
}
.TagClassName
{
border-color: #519FE4;
}
</style>