Shades of Picton Blue #509EE0
Tints of Picton Blue #509EE0
RGB
CMYK
RGB Variations
Color information
#509EE0 (or 0x509EE0) is known color: Picton Blue. HEX triplet: 50, 9E and E0. RGB value is (80,158,224). Sum of RGB (Red+Green+Blue) = 80+158+224=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #509EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EE0 is #AF611F. Grayscale: #8D8D8D. Windows color (decimal): -11493664 or 14720592. OLE color: 14720592.
HSL color Cylindrical-coordinate representation of color #509EE0: hue angle of 207.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509EE0 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 158 | 224 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.12 |
| HSL | 207.5º | 0.7% | 0.6% | - |
| HSV(B) | 207.5º | 0.64% | 0.88% | - |
| XYZ | 28.99 | 31.54 | 75.08 | - |
| YUV | 142.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 224 | 0.64 | 0.29 | 0 | 0.12 | 207.5 | 0.7 | 0.6 |
| Hex | 50 | 9E | E0 | 40 | 1D | 0 | C | D0 | 46 | 3C |
| Octal | 120 | 236 | 340 | 100 | 35 | 0 | 14 | 320 | 106 | 74 |
| Binary | 1010000 | 10011110 | 11100000 | 1000000 | 11101 | 0 | 1100 | 11010000 | 1000110 | 111100 |
Color Harmonies of #509EE0
Complementary color
Monochromatic Colors of #509EE0
Black with #509EE0
Text Example
Text Example
White with #509EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EE0; }
p { color: rgb(80,158,224); }
H1.HeaderClassName
{
color: #509EE0;
}
.AnyTagClassName
{
color: #509EE0;
}
</style>
background-color css
<style>
a { background-color: #509EE0; }
a { background-color: rgb(80,158,224); }
div.DivClassName
{
background-color: #509EE0;
}
.BgClassName
{
background-color: #509EE0;
}
</style>
border-color css
<style>
span { border-color: #509EE0; }
span { border-color: rgb(80,158,224); }
td.TdClassName
{
border-color: #509EE0;
}
.TagClassName
{
border-color: #509EE0;
}
</style>