Shades of Picton Blue #508FDD
Tints of Picton Blue #508FDD
RGB
CMYK
RGB Variations
Color information
#508FDD (or 0x508FDD) is known color: Picton Blue. HEX triplet: 50, 8F and DD. RGB value is (80,143,221). Sum of RGB (Red+Green+Blue) = 80+143+221=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #508FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FDD is #AF7022. Grayscale: #848484. Windows color (decimal): -11497507 or 14520144. OLE color: 14520144.
HSL color Cylindrical-coordinate representation of color #508FDD: hue angle of 213.19º degrees, saturation: 0.67, 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 #508FDD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 143 | 221 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.13 |
| HSL | 213.19º | 0.67% | 0.59% | - |
| HSV(B) | 213.19º | 0.64% | 0.87% | - |
| XYZ | 26.18 | 26.57 | 72.16 | - |
| YUV | 133.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 221 | 0.64 | 0.35 | 0 | 0.13 | 213.19 | 0.67 | 0.59 |
| Hex | 50 | 8F | DD | 40 | 23 | 0 | D | D5 | 43 | 3B |
| Octal | 120 | 217 | 335 | 100 | 43 | 0 | 15 | 325 | 103 | 73 |
| Binary | 1010000 | 10001111 | 11011101 | 1000000 | 100011 | 0 | 1101 | 11010101 | 1000011 | 111011 |
Color Harmonies of #508FDD
Complementary color
Monochromatic Colors of #508FDD
Black with #508FDD
Text Example
Text Example
White with #508FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FDD; }
p { color: rgb(80,143,221); }
H1.HeaderClassName
{
color: #508FDD;
}
.AnyTagClassName
{
color: #508FDD;
}
</style>
background-color css
<style>
a { background-color: #508FDD; }
a { background-color: rgb(80,143,221); }
div.DivClassName
{
background-color: #508FDD;
}
.BgClassName
{
background-color: #508FDD;
}
</style>
border-color css
<style>
span { border-color: #508FDD; }
span { border-color: rgb(80,143,221); }
td.TdClassName
{
border-color: #508FDD;
}
.TagClassName
{
border-color: #508FDD;
}
</style>