Shades of Picton Blue #5095DF
Tints of Picton Blue #5095DF
RGB
CMYK
RGB Variations
Color information
#5095DF (or 0x5095DF) is known color: Picton Blue. HEX triplet: 50, 95 and DF. RGB value is (80,149,223). Sum of RGB (Red+Green+Blue) = 80+149+223=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #5095DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095DF is #AF6A20. Grayscale: #888888. Windows color (decimal): -11495969 or 14652752. OLE color: 14652752.
HSL color Cylindrical-coordinate representation of color #5095DF: hue angle of 211.05º 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 #5095DF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 149 | 223 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.13 |
| HSL | 211.05º | 0.69% | 0.59% | - |
| HSV(B) | 211.05º | 0.64% | 0.87% | - |
| XYZ | 27.37 | 28.53 | 73.88 | - |
| YUV | 136.81 | 176.64 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 223 | 0.64 | 0.33 | 0 | 0.13 | 211.05 | 0.69 | 0.59 |
| Hex | 50 | 95 | DF | 40 | 21 | 0 | D | D3 | 45 | 3B |
| Octal | 120 | 225 | 337 | 100 | 41 | 0 | 15 | 323 | 105 | 73 |
| Binary | 1010000 | 10010101 | 11011111 | 1000000 | 100001 | 0 | 1101 | 11010011 | 1000101 | 111011 |
Color Harmonies of #5095DF
Complementary color
Monochromatic Colors of #5095DF
Black with #5095DF
Text Example
Text Example
White with #5095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095DF; }
p { color: rgb(80,149,223); }
H1.HeaderClassName
{
color: #5095DF;
}
.AnyTagClassName
{
color: #5095DF;
}
</style>
background-color css
<style>
a { background-color: #5095DF; }
a { background-color: rgb(80,149,223); }
div.DivClassName
{
background-color: #5095DF;
}
.BgClassName
{
background-color: #5095DF;
}
</style>
border-color css
<style>
span { border-color: #5095DF; }
span { border-color: rgb(80,149,223); }
td.TdClassName
{
border-color: #5095DF;
}
.TagClassName
{
border-color: #5095DF;
}
</style>