Shades of Picton Blue #5095DD
Tints of Picton Blue #5095DD
RGB
CMYK
RGB Variations
Color information
#5095DD (or 0x5095DD) is known color: Picton Blue. HEX triplet: 50, 95 and DD. RGB value is (80,149,221). Sum of RGB (Red+Green+Blue) = 80+149+221=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #5095DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095DD is #AF6A22. Grayscale: #888888. Windows color (decimal): -11495971 or 14521680. OLE color: 14521680.
HSL color Cylindrical-coordinate representation of color #5095DD: hue angle of 210.64º 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 #5095DD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 149 | 221 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.13 |
| HSL | 210.64º | 0.67% | 0.59% | - |
| HSV(B) | 210.64º | 0.64% | 0.87% | - |
| XYZ | 27.11 | 28.42 | 72.46 | - |
| YUV | 136.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 221 | 0.64 | 0.33 | 0 | 0.13 | 210.64 | 0.67 | 0.59 |
| Hex | 50 | 95 | DD | 40 | 21 | 0 | D | D3 | 43 | 3B |
| Octal | 120 | 225 | 335 | 100 | 41 | 0 | 15 | 323 | 103 | 73 |
| Binary | 1010000 | 10010101 | 11011101 | 1000000 | 100001 | 0 | 1101 | 11010011 | 1000011 | 111011 |
Color Harmonies of #5095DD
Complementary color
Monochromatic Colors of #5095DD
Black with #5095DD
Text Example
Text Example
White with #5095DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095DD; }
p { color: rgb(80,149,221); }
H1.HeaderClassName
{
color: #5095DD;
}
.AnyTagClassName
{
color: #5095DD;
}
</style>
background-color css
<style>
a { background-color: #5095DD; }
a { background-color: rgb(80,149,221); }
div.DivClassName
{
background-color: #5095DD;
}
.BgClassName
{
background-color: #5095DD;
}
</style>
border-color css
<style>
span { border-color: #5095DD; }
span { border-color: rgb(80,149,221); }
td.TdClassName
{
border-color: #5095DD;
}
.TagClassName
{
border-color: #5095DD;
}
</style>