Shades of Picton Blue #509EDD
Tints of Picton Blue #509EDD
RGB
CMYK
RGB Variations
Color information
#509EDD (or 0x509EDD) is known color: Picton Blue. HEX triplet: 50, 9E and DD. RGB value is (80,158,221). Sum of RGB (Red+Green+Blue) = 80+158+221=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #509EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EDD is #AF6122. Grayscale: #8D8D8D. Windows color (decimal): -11493667 or 14523984. OLE color: 14523984.
HSL color Cylindrical-coordinate representation of color #509EDD: hue angle of 206.81º degrees, saturation: 0.67, 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 #509EDD is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 158 | 221 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.13 |
| HSL | 206.81º | 0.67% | 0.59% | - |
| HSV(B) | 206.81º | 0.64% | 0.87% | - |
| XYZ | 28.59 | 31.38 | 72.96 | - |
| YUV | 141.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 221 | 0.64 | 0.29 | 0 | 0.13 | 206.81 | 0.67 | 0.59 |
| Hex | 50 | 9E | DD | 40 | 1D | 0 | D | CF | 43 | 3B |
| Octal | 120 | 236 | 335 | 100 | 35 | 0 | 15 | 317 | 103 | 73 |
| Binary | 1010000 | 10011110 | 11011101 | 1000000 | 11101 | 0 | 1101 | 11001111 | 1000011 | 111011 |
Color Harmonies of #509EDD
Complementary color
Monochromatic Colors of #509EDD
Black with #509EDD
Text Example
Text Example
White with #509EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EDD; }
p { color: rgb(80,158,221); }
H1.HeaderClassName
{
color: #509EDD;
}
.AnyTagClassName
{
color: #509EDD;
}
</style>
background-color css
<style>
a { background-color: #509EDD; }
a { background-color: rgb(80,158,221); }
div.DivClassName
{
background-color: #509EDD;
}
.BgClassName
{
background-color: #509EDD;
}
</style>
border-color css
<style>
span { border-color: #509EDD; }
span { border-color: rgb(80,158,221); }
td.TdClassName
{
border-color: #509EDD;
}
.TagClassName
{
border-color: #509EDD;
}
</style>