Shades of Picton Blue #509ADF
Tints of Picton Blue #509ADF
RGB
CMYK
RGB Variations
Color information
#509ADF (or 0x509ADF) is known color: Picton Blue. HEX triplet: 50, 9A and DF. RGB value is (80,154,223). Sum of RGB (Red+Green+Blue) = 80+154+223=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #509ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ADF is #AF6520. Grayscale: #8B8B8B. Windows color (decimal): -11494689 or 14654032. OLE color: 14654032.
HSL color Cylindrical-coordinate representation of color #509ADF: hue angle of 208.95º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #509ADF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 154 | 223 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.13 |
| HSL | 208.95º | 0.69% | 0.59% | - |
| HSV(B) | 208.95º | 0.64% | 0.87% | - |
| XYZ | 28.18 | 30.14 | 74.15 | - |
| YUV | 139.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 223 | 0.64 | 0.31 | 0 | 0.13 | 208.95 | 0.69 | 0.59 |
| Hex | 50 | 9A | DF | 40 | 1F | 0 | D | D1 | 45 | 3B |
| Octal | 120 | 232 | 337 | 100 | 37 | 0 | 15 | 321 | 105 | 73 |
| Binary | 1010000 | 10011010 | 11011111 | 1000000 | 11111 | 0 | 1101 | 11010001 | 1000101 | 111011 |
Color Harmonies of #509ADF
Complementary color
Monochromatic Colors of #509ADF
Black with #509ADF
Text Example
Text Example
White with #509ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ADF; }
p { color: rgb(80,154,223); }
H1.HeaderClassName
{
color: #509ADF;
}
.AnyTagClassName
{
color: #509ADF;
}
</style>
background-color css
<style>
a { background-color: #509ADF; }
a { background-color: rgb(80,154,223); }
div.DivClassName
{
background-color: #509ADF;
}
.BgClassName
{
background-color: #509ADF;
}
</style>
border-color css
<style>
span { border-color: #509ADF; }
span { border-color: rgb(80,154,223); }
td.TdClassName
{
border-color: #509ADF;
}
.TagClassName
{
border-color: #509ADF;
}
</style>