Shades of Picton Blue #518FD4
Tints of Picton Blue #518FD4
RGB
CMYK
RGB Variations
Color information
#518FD4 (or 0x518FD4) is known color: Picton Blue. HEX triplet: 51, 8F and D4. RGB value is (81,143,212). Sum of RGB (Red+Green+Blue) = 81+143+212=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #518FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FD4 is #AE702B. Grayscale: #838383. Windows color (decimal): -11431980 or 13930321. OLE color: 13930321.
HSL color Cylindrical-coordinate representation of color #518FD4: hue angle of 211.6º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518FD4 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 143 | 212 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.17 |
| HSL | 211.6º | 0.6% | 0.57% | - |
| HSV(B) | 211.6º | 0.62% | 0.83% | - |
| XYZ | 25.1 | 26.15 | 66.01 | - |
| YUV | 132.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 212 | 0.62 | 0.33 | 0 | 0.17 | 211.6 | 0.6 | 0.57 |
| Hex | 51 | 8F | D4 | 3E | 21 | 0 | 11 | D4 | 3C | 39 |
| Octal | 121 | 217 | 324 | 76 | 41 | 0 | 21 | 324 | 74 | 71 |
| Binary | 1010001 | 10001111 | 11010100 | 111110 | 100001 | 0 | 10001 | 11010100 | 111100 | 111001 |
Color Harmonies of #518FD4
Complementary color
Monochromatic Colors of #518FD4
Black with #518FD4
Text Example
Text Example
White with #518FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FD4; }
p { color: rgb(81,143,212); }
H1.HeaderClassName
{
color: #518FD4;
}
.AnyTagClassName
{
color: #518FD4;
}
</style>
background-color css
<style>
a { background-color: #518FD4; }
a { background-color: rgb(81,143,212); }
div.DivClassName
{
background-color: #518FD4;
}
.BgClassName
{
background-color: #518FD4;
}
</style>
border-color css
<style>
span { border-color: #518FD4; }
span { border-color: rgb(81,143,212); }
td.TdClassName
{
border-color: #518FD4;
}
.TagClassName
{
border-color: #518FD4;
}
</style>