Shades of Picton Blue #519FCF
Tints of Picton Blue #519FCF
RGB
CMYK
RGB Variations
Color information
#519FCF (or 0x519FCF) is known color: Picton Blue. HEX triplet: 51, 9F and CF. RGB value is (81,159,207). Sum of RGB (Red+Green+Blue) = 81+159+207=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #519FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FCF is #AE6030. Grayscale: #8C8C8C. Windows color (decimal): -11427889 or 13606737. OLE color: 13606737.
HSL color Cylindrical-coordinate representation of color #519FCF: hue angle of 202.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519FCF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 159 | 207 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.19 |
| HSL | 202.86º | 0.57% | 0.56% | - |
| HSV(B) | 202.86º | 0.61% | 0.81% | - |
| XYZ | 27.05 | 31.05 | 63.6 | - |
| YUV | 141.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 207 | 0.61 | 0.23 | 0 | 0.19 | 202.86 | 0.57 | 0.56 |
| Hex | 51 | 9F | CF | 3D | 17 | 0 | 13 | CB | 39 | 38 |
| Octal | 121 | 237 | 317 | 75 | 27 | 0 | 23 | 313 | 71 | 70 |
| Binary | 1010001 | 10011111 | 11001111 | 111101 | 10111 | 0 | 10011 | 11001011 | 111001 | 111000 |
Color Harmonies of #519FCF
Complementary color
Monochromatic Colors of #519FCF
Black with #519FCF
Text Example
Text Example
White with #519FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FCF; }
p { color: rgb(81,159,207); }
H1.HeaderClassName
{
color: #519FCF;
}
.AnyTagClassName
{
color: #519FCF;
}
</style>
background-color css
<style>
a { background-color: #519FCF; }
a { background-color: rgb(81,159,207); }
div.DivClassName
{
background-color: #519FCF;
}
.BgClassName
{
background-color: #519FCF;
}
</style>
border-color css
<style>
span { border-color: #519FCF; }
span { border-color: rgb(81,159,207); }
td.TdClassName
{
border-color: #519FCF;
}
.TagClassName
{
border-color: #519FCF;
}
</style>