Shades of Picton Blue #509EE3
Tints of Picton Blue #509EE3
RGB
CMYK
RGB Variations
Color information
#509EE3 (or 0x509EE3) is known color: Picton Blue. HEX triplet: 50, 9E and E3. RGB value is (80,158,227). Sum of RGB (Red+Green+Blue) = 80+158+227=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #509EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EE3 is #AF611C. Grayscale: #8E8E8E. Windows color (decimal): -11493661 or 14917200. OLE color: 14917200.
HSL color Cylindrical-coordinate representation of color #509EE3: hue angle of 208.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509EE3 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 158 | 227 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.11 |
| HSL | 208.16º | 0.72% | 0.6% | - |
| HSV(B) | 208.16º | 0.65% | 0.89% | - |
| XYZ | 29.4 | 31.71 | 77.24 | - |
| YUV | 142.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 227 | 0.65 | 0.30 | 0 | 0.11 | 208.16 | 0.72 | 0.6 |
| Hex | 50 | 9E | E3 | 41 | 1E | 0 | B | D0 | 48 | 3C |
| Octal | 120 | 236 | 343 | 101 | 36 | 0 | 13 | 320 | 110 | 74 |
| Binary | 1010000 | 10011110 | 11100011 | 1000001 | 11110 | 0 | 1011 | 11010000 | 1001000 | 111100 |
Color Harmonies of #509EE3
Complementary color
Monochromatic Colors of #509EE3
Black with #509EE3
Text Example
Text Example
White with #509EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EE3; }
p { color: rgb(80,158,227); }
H1.HeaderClassName
{
color: #509EE3;
}
.AnyTagClassName
{
color: #509EE3;
}
</style>
background-color css
<style>
a { background-color: #509EE3; }
a { background-color: rgb(80,158,227); }
div.DivClassName
{
background-color: #509EE3;
}
.BgClassName
{
background-color: #509EE3;
}
</style>
border-color css
<style>
span { border-color: #509EE3; }
span { border-color: rgb(80,158,227); }
td.TdClassName
{
border-color: #509EE3;
}
.TagClassName
{
border-color: #509EE3;
}
</style>