Shades of Picton Blue #509FCE
Tints of Picton Blue #509FCE
RGB
CMYK
RGB Variations
Color information
#509FCE (or 0x509FCE) is known color: Picton Blue. HEX triplet: 50, 9F and CE. RGB value is (80,159,206). Sum of RGB (Red+Green+Blue) = 80+159+206=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #509FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FCE is #AF6031. Grayscale: #8C8C8C. Windows color (decimal): -11493426 or 13541200. OLE color: 13541200.
HSL color Cylindrical-coordinate representation of color #509FCE: hue angle of 202.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509FCE is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 159 | 206 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.19 |
| HSL | 202.38º | 0.56% | 0.56% | - |
| HSV(B) | 202.38º | 0.61% | 0.81% | - |
| XYZ | 26.85 | 30.96 | 62.95 | - |
| YUV | 140.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 206 | 0.61 | 0.23 | 0 | 0.19 | 202.38 | 0.56 | 0.56 |
| Hex | 50 | 9F | CE | 3D | 17 | 0 | 13 | CA | 38 | 38 |
| Octal | 120 | 237 | 316 | 75 | 27 | 0 | 23 | 312 | 70 | 70 |
| Binary | 1010000 | 10011111 | 11001110 | 111101 | 10111 | 0 | 10011 | 11001010 | 111000 | 111000 |
Color Harmonies of #509FCE
Complementary color
Monochromatic Colors of #509FCE
Black with #509FCE
Text Example
Text Example
White with #509FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FCE; }
p { color: rgb(80,159,206); }
H1.HeaderClassName
{
color: #509FCE;
}
.AnyTagClassName
{
color: #509FCE;
}
</style>
background-color css
<style>
a { background-color: #509FCE; }
a { background-color: rgb(80,159,206); }
div.DivClassName
{
background-color: #509FCE;
}
.BgClassName
{
background-color: #509FCE;
}
</style>
border-color css
<style>
span { border-color: #509FCE; }
span { border-color: rgb(80,159,206); }
td.TdClassName
{
border-color: #509FCE;
}
.TagClassName
{
border-color: #509FCE;
}
</style>