Shades of Picton Blue #518EDB
Tints of Picton Blue #518EDB
RGB
CMYK
RGB Variations
Color information
#518EDB (or 0x518EDB) is known color: Picton Blue. HEX triplet: 51, 8E and DB. RGB value is (81,142,219). Sum of RGB (Red+Green+Blue) = 81+142+219=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #518EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDB is #AE7124. Grayscale: #848484. Windows color (decimal): -11432229 or 14388817. OLE color: 14388817.
HSL color Cylindrical-coordinate representation of color #518EDB: hue angle of 213.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518EDB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 142 | 219 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.14 |
| HSL | 213.48º | 0.66% | 0.59% | - |
| HSV(B) | 213.48º | 0.63% | 0.86% | - |
| XYZ | 25.85 | 26.21 | 70.71 | - |
| YUV | 132.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 219 | 0.63 | 0.35 | 0 | 0.14 | 213.48 | 0.66 | 0.59 |
| Hex | 51 | 8E | DB | 3F | 23 | 0 | E | D5 | 42 | 3B |
| Octal | 121 | 216 | 333 | 77 | 43 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010001 | 10001110 | 11011011 | 111111 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #518EDB
Complementary color
Monochromatic Colors of #518EDB
Black with #518EDB
Text Example
Text Example
White with #518EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EDB; }
p { color: rgb(81,142,219); }
H1.HeaderClassName
{
color: #518EDB;
}
.AnyTagClassName
{
color: #518EDB;
}
</style>
background-color css
<style>
a { background-color: #518EDB; }
a { background-color: rgb(81,142,219); }
div.DivClassName
{
background-color: #518EDB;
}
.BgClassName
{
background-color: #518EDB;
}
</style>
border-color css
<style>
span { border-color: #518EDB; }
span { border-color: rgb(81,142,219); }
td.TdClassName
{
border-color: #518EDB;
}
.TagClassName
{
border-color: #518EDB;
}
</style>