Shades of Picton Blue #509CE0
Tints of Picton Blue #509CE0
RGB
CMYK
RGB Variations
Color information
#509CE0 (or 0x509CE0) is known color: Picton Blue. HEX triplet: 50, 9C and E0. RGB value is (80,156,224). Sum of RGB (Red+Green+Blue) = 80+156+224=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #509CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CE0 is #AF631F. Grayscale: #8C8C8C. Windows color (decimal): -11494176 or 14720080. OLE color: 14720080.
HSL color Cylindrical-coordinate representation of color #509CE0: hue angle of 208.33º 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 #509CE0 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 156 | 224 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.12 |
| HSL | 208.33º | 0.7% | 0.6% | - |
| HSV(B) | 208.33º | 0.64% | 0.88% | - |
| XYZ | 28.65 | 30.86 | 74.97 | - |
| YUV | 141.03 | 174.82 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 224 | 0.64 | 0.30 | 0 | 0.12 | 208.33 | 0.7 | 0.6 |
| Hex | 50 | 9C | E0 | 40 | 1E | 0 | C | D0 | 46 | 3C |
| Octal | 120 | 234 | 340 | 100 | 36 | 0 | 14 | 320 | 106 | 74 |
| Binary | 1010000 | 10011100 | 11100000 | 1000000 | 11110 | 0 | 1100 | 11010000 | 1000110 | 111100 |
Color Harmonies of #509CE0
Complementary color
Monochromatic Colors of #509CE0
Black with #509CE0
Text Example
Text Example
White with #509CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CE0; }
p { color: rgb(80,156,224); }
H1.HeaderClassName
{
color: #509CE0;
}
.AnyTagClassName
{
color: #509CE0;
}
</style>
background-color css
<style>
a { background-color: #509CE0; }
a { background-color: rgb(80,156,224); }
div.DivClassName
{
background-color: #509CE0;
}
.BgClassName
{
background-color: #509CE0;
}
</style>
border-color css
<style>
span { border-color: #509CE0; }
span { border-color: rgb(80,156,224); }
td.TdClassName
{
border-color: #509CE0;
}
.TagClassName
{
border-color: #509CE0;
}
</style>