Shades of Picton Blue #509FDE
Tints of Picton Blue #509FDE
RGB
CMYK
RGB Variations
Color information
#509FDE (or 0x509FDE) is known color: Picton Blue. HEX triplet: 50, 9F and DE. RGB value is (80,159,222). Sum of RGB (Red+Green+Blue) = 80+159+222=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #509FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FDE is #AF6021. Grayscale: #8E8E8E. Windows color (decimal): -11493410 or 14589776. OLE color: 14589776.
HSL color Cylindrical-coordinate representation of color #509FDE: hue angle of 206.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509FDE is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 159 | 222 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.13 |
| HSL | 206.62º | 0.68% | 0.59% | - |
| HSV(B) | 206.62º | 0.64% | 0.87% | - |
| XYZ | 28.89 | 31.78 | 73.72 | - |
| YUV | 142.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 222 | 0.64 | 0.28 | 0 | 0.13 | 206.62 | 0.68 | 0.59 |
| Hex | 50 | 9F | DE | 40 | 1C | 0 | D | CF | 44 | 3B |
| Octal | 120 | 237 | 336 | 100 | 34 | 0 | 15 | 317 | 104 | 73 |
| Binary | 1010000 | 10011111 | 11011110 | 1000000 | 11100 | 0 | 1101 | 11001111 | 1000100 | 111011 |
Color Harmonies of #509FDE
Complementary color
Monochromatic Colors of #509FDE
Black with #509FDE
Text Example
Text Example
White with #509FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FDE; }
p { color: rgb(80,159,222); }
H1.HeaderClassName
{
color: #509FDE;
}
.AnyTagClassName
{
color: #509FDE;
}
</style>
background-color css
<style>
a { background-color: #509FDE; }
a { background-color: rgb(80,159,222); }
div.DivClassName
{
background-color: #509FDE;
}
.BgClassName
{
background-color: #509FDE;
}
</style>
border-color css
<style>
span { border-color: #509FDE; }
span { border-color: rgb(80,159,222); }
td.TdClassName
{
border-color: #509FDE;
}
.TagClassName
{
border-color: #509FDE;
}
</style>