Shades of Picton Blue #5098DB
Tints of Picton Blue #5098DB
RGB
CMYK
RGB Variations
Color information
#5098DB (or 0x5098DB) is known color: Picton Blue. HEX triplet: 50, 98 and DB. RGB value is (80,152,219). Sum of RGB (Red+Green+Blue) = 80+152+219=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #5098DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5098DB is #AF6724. Grayscale: #898989. Windows color (decimal): -11495205 or 14391376. OLE color: 14391376.
HSL color Cylindrical-coordinate representation of color #5098DB: hue angle of 208.92º 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 #5098DB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 152 | 219 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.14 |
| HSL | 208.92º | 0.66% | 0.59% | - |
| HSV(B) | 208.92º | 0.63% | 0.86% | - |
| XYZ | 27.32 | 29.28 | 71.23 | - |
| YUV | 138.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 219 | 0.63 | 0.31 | 0 | 0.14 | 208.92 | 0.66 | 0.59 |
| Hex | 50 | 98 | DB | 3F | 1F | 0 | E | D1 | 42 | 3B |
| Octal | 120 | 230 | 333 | 77 | 37 | 0 | 16 | 321 | 102 | 73 |
| Binary | 1010000 | 10011000 | 11011011 | 111111 | 11111 | 0 | 1110 | 11010001 | 1000010 | 111011 |
Color Harmonies of #5098DB
Complementary color
Monochromatic Colors of #5098DB
Black with #5098DB
Text Example
Text Example
White with #5098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098DB; }
p { color: rgb(80,152,219); }
H1.HeaderClassName
{
color: #5098DB;
}
.AnyTagClassName
{
color: #5098DB;
}
</style>
background-color css
<style>
a { background-color: #5098DB; }
a { background-color: rgb(80,152,219); }
div.DivClassName
{
background-color: #5098DB;
}
.BgClassName
{
background-color: #5098DB;
}
</style>
border-color css
<style>
span { border-color: #5098DB; }
span { border-color: rgb(80,152,219); }
td.TdClassName
{
border-color: #5098DB;
}
.TagClassName
{
border-color: #5098DB;
}
</style>