Shades of Picton Blue #518EDA
Tints of Picton Blue #518EDA
RGB
CMYK
RGB Variations
Color information
#518EDA (or 0x518EDA) is known color: Picton Blue. HEX triplet: 51, 8E and DA. RGB value is (81,142,218). Sum of RGB (Red+Green+Blue) = 81+142+218=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #518EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDA is #AE7125. Grayscale: #848484. Windows color (decimal): -11432230 or 14323281. OLE color: 14323281.
HSL color Cylindrical-coordinate representation of color #518EDA: hue angle of 213.28º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518EDA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 142 | 218 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.15 |
| HSL | 213.28º | 0.65% | 0.59% | - |
| HSV(B) | 213.28º | 0.63% | 0.85% | - |
| XYZ | 25.72 | 26.16 | 70.02 | - |
| YUV | 132.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 218 | 0.63 | 0.35 | 0 | 0.15 | 213.28 | 0.65 | 0.59 |
| Hex | 51 | 8E | DA | 3F | 23 | 0 | F | D5 | 41 | 3B |
| Octal | 121 | 216 | 332 | 77 | 43 | 0 | 17 | 325 | 101 | 73 |
| Binary | 1010001 | 10001110 | 11011010 | 111111 | 100011 | 0 | 1111 | 11010101 | 1000001 | 111011 |
Color Harmonies of #518EDA
Complementary color
Monochromatic Colors of #518EDA
Black with #518EDA
Text Example
Text Example
White with #518EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EDA; }
p { color: rgb(81,142,218); }
H1.HeaderClassName
{
color: #518EDA;
}
.AnyTagClassName
{
color: #518EDA;
}
</style>
background-color css
<style>
a { background-color: #518EDA; }
a { background-color: rgb(81,142,218); }
div.DivClassName
{
background-color: #518EDA;
}
.BgClassName
{
background-color: #518EDA;
}
</style>
border-color css
<style>
span { border-color: #518EDA; }
span { border-color: rgb(81,142,218); }
td.TdClassName
{
border-color: #518EDA;
}
.TagClassName
{
border-color: #518EDA;
}
</style>