Shades of Picton Blue #509BDE
Tints of Picton Blue #509BDE
RGB
CMYK
RGB Variations
Color information
#509BDE (or 0x509BDE) is known color: Picton Blue. HEX triplet: 50, 9B and DE. RGB value is (80,155,222). Sum of RGB (Red+Green+Blue) = 80+155+222=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #509BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BDE is #AF6421. Grayscale: #8B8B8B. Windows color (decimal): -11494434 or 14588752. OLE color: 14588752.
HSL color Cylindrical-coordinate representation of color #509BDE: hue angle of 208.31º 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 #509BDE is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 155 | 222 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.13 |
| HSL | 208.31º | 0.68% | 0.59% | - |
| HSV(B) | 208.31º | 0.64% | 0.87% | - |
| XYZ | 28.21 | 30.42 | 73.49 | - |
| YUV | 140.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 222 | 0.64 | 0.30 | 0 | 0.13 | 208.31 | 0.68 | 0.59 |
| Hex | 50 | 9B | DE | 40 | 1E | 0 | D | D0 | 44 | 3B |
| Octal | 120 | 233 | 336 | 100 | 36 | 0 | 15 | 320 | 104 | 73 |
| Binary | 1010000 | 10011011 | 11011110 | 1000000 | 11110 | 0 | 1101 | 11010000 | 1000100 | 111011 |
Color Harmonies of #509BDE
Complementary color
Monochromatic Colors of #509BDE
Black with #509BDE
Text Example
Text Example
White with #509BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BDE; }
p { color: rgb(80,155,222); }
H1.HeaderClassName
{
color: #509BDE;
}
.AnyTagClassName
{
color: #509BDE;
}
</style>
background-color css
<style>
a { background-color: #509BDE; }
a { background-color: rgb(80,155,222); }
div.DivClassName
{
background-color: #509BDE;
}
.BgClassName
{
background-color: #509BDE;
}
</style>
border-color css
<style>
span { border-color: #509BDE; }
span { border-color: rgb(80,155,222); }
td.TdClassName
{
border-color: #509BDE;
}
.TagClassName
{
border-color: #509BDE;
}
</style>