Shades of Picton Blue #509BD7
Tints of Picton Blue #509BD7
RGB
CMYK
RGB Variations
Color information
#509BD7 (or 0x509BD7) is known color: Picton Blue. HEX triplet: 50, 9B and D7. RGB value is (80,155,215). Sum of RGB (Red+Green+Blue) = 80+155+215=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #509BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BD7 is #AF6428. Grayscale: #8B8B8B. Windows color (decimal): -11494441 or 14130000. OLE color: 14130000.
HSL color Cylindrical-coordinate representation of color #509BD7: hue angle of 206.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509BD7 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 155 | 215 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.16 |
| HSL | 206.67º | 0.63% | 0.58% | - |
| HSV(B) | 206.67º | 0.63% | 0.84% | - |
| XYZ | 27.3 | 30.05 | 68.65 | - |
| YUV | 139.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 215 | 0.63 | 0.28 | 0 | 0.16 | 206.67 | 0.63 | 0.58 |
| Hex | 50 | 9B | D7 | 3F | 1C | 0 | 10 | CF | 3F | 3A |
| Octal | 120 | 233 | 327 | 77 | 34 | 0 | 20 | 317 | 77 | 72 |
| Binary | 1010000 | 10011011 | 11010111 | 111111 | 11100 | 0 | 10000 | 11001111 | 111111 | 111010 |
Color Harmonies of #509BD7
Complementary color
Monochromatic Colors of #509BD7
Black with #509BD7
Text Example
Text Example
White with #509BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BD7; }
p { color: rgb(80,155,215); }
H1.HeaderClassName
{
color: #509BD7;
}
.AnyTagClassName
{
color: #509BD7;
}
</style>
background-color css
<style>
a { background-color: #509BD7; }
a { background-color: rgb(80,155,215); }
div.DivClassName
{
background-color: #509BD7;
}
.BgClassName
{
background-color: #509BD7;
}
</style>
border-color css
<style>
span { border-color: #509BD7; }
span { border-color: rgb(80,155,215); }
td.TdClassName
{
border-color: #509BD7;
}
.TagClassName
{
border-color: #509BD7;
}
</style>