Shades of Picton Blue #5095DB
Tints of Picton Blue #5095DB
RGB
CMYK
RGB Variations
Color information
#5095DB (or 0x5095DB) is known color: Picton Blue. HEX triplet: 50, 95 and DB. RGB value is (80,149,219). Sum of RGB (Red+Green+Blue) = 80+149+219=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #5095DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5095DB is #AF6A24. Grayscale: #888888. Windows color (decimal): -11495973 or 14390608. OLE color: 14390608.
HSL color Cylindrical-coordinate representation of color #5095DB: hue angle of 210.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5095DB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 149 | 219 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.14 |
| HSL | 210.22º | 0.66% | 0.59% | - |
| HSV(B) | 210.22º | 0.63% | 0.86% | - |
| XYZ | 26.84 | 28.31 | 71.07 | - |
| YUV | 136.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 219 | 0.63 | 0.32 | 0 | 0.14 | 210.22 | 0.66 | 0.59 |
| Hex | 50 | 95 | DB | 3F | 20 | 0 | E | D2 | 42 | 3B |
| Octal | 120 | 225 | 333 | 77 | 40 | 0 | 16 | 322 | 102 | 73 |
| Binary | 1010000 | 10010101 | 11011011 | 111111 | 100000 | 0 | 1110 | 11010010 | 1000010 | 111011 |
Color Harmonies of #5095DB
Complementary color
Monochromatic Colors of #5095DB
Black with #5095DB
Text Example
Text Example
White with #5095DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5095DB; }
p { color: rgb(80,149,219); }
H1.HeaderClassName
{
color: #5095DB;
}
.AnyTagClassName
{
color: #5095DB;
}
</style>
background-color css
<style>
a { background-color: #5095DB; }
a { background-color: rgb(80,149,219); }
div.DivClassName
{
background-color: #5095DB;
}
.BgClassName
{
background-color: #5095DB;
}
</style>
border-color css
<style>
span { border-color: #5095DB; }
span { border-color: rgb(80,149,219); }
td.TdClassName
{
border-color: #5095DB;
}
.TagClassName
{
border-color: #5095DB;
}
</style>