Shades of Picton Blue #509BE0
Tints of Picton Blue #509BE0
RGB
CMYK
RGB Variations
Color information
#509BE0 (or 0x509BE0) is known color: Picton Blue. HEX triplet: 50, 9B and E0. RGB value is (80,155,224). Sum of RGB (Red+Green+Blue) = 80+155+224=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #509BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BE0 is #AF641F. Grayscale: #8C8C8C. Windows color (decimal): -11494432 or 14719824. OLE color: 14719824.
HSL color Cylindrical-coordinate representation of color #509BE0: hue angle of 208.75º 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 #509BE0 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 155 | 224 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.12 |
| HSL | 208.75º | 0.7% | 0.6% | - |
| HSV(B) | 208.75º | 0.64% | 0.88% | - |
| XYZ | 28.48 | 30.53 | 74.91 | - |
| YUV | 140.44 | 175.15 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 224 | 0.64 | 0.31 | 0 | 0.12 | 208.75 | 0.7 | 0.6 |
| Hex | 50 | 9B | E0 | 40 | 1F | 0 | C | D1 | 46 | 3C |
| Octal | 120 | 233 | 340 | 100 | 37 | 0 | 14 | 321 | 106 | 74 |
| Binary | 1010000 | 10011011 | 11100000 | 1000000 | 11111 | 0 | 1100 | 11010001 | 1000110 | 111100 |
Color Harmonies of #509BE0
Complementary color
Monochromatic Colors of #509BE0
Black with #509BE0
Text Example
Text Example
White with #509BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BE0; }
p { color: rgb(80,155,224); }
H1.HeaderClassName
{
color: #509BE0;
}
.AnyTagClassName
{
color: #509BE0;
}
</style>
background-color css
<style>
a { background-color: #509BE0; }
a { background-color: rgb(80,155,224); }
div.DivClassName
{
background-color: #509BE0;
}
.BgClassName
{
background-color: #509BE0;
}
</style>
border-color css
<style>
span { border-color: #509BE0; }
span { border-color: rgb(80,155,224); }
td.TdClassName
{
border-color: #509BE0;
}
.TagClassName
{
border-color: #509BE0;
}
</style>