Shades of Picton Blue #5098CB
Tints of Picton Blue #5098CB
RGB
CMYK
RGB Variations
Color information
#5098CB (or 0x5098CB) is known color: Picton Blue. HEX triplet: 50, 98 and CB. RGB value is (80,152,203). Sum of RGB (Red+Green+Blue) = 80+152+203=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #5098CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5098CB is #AF6734. Grayscale: #888888. Windows color (decimal): -11495221 or 13342800. OLE color: 13342800.
HSL color Cylindrical-coordinate representation of color #5098CB: hue angle of 204.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5098CB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 152 | 203 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.20 |
| HSL | 204.88º | 0.54% | 0.55% | - |
| HSV(B) | 204.88º | 0.61% | 0.8% | - |
| XYZ | 25.32 | 28.47 | 60.66 | - |
| YUV | 136.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 203 | 0.61 | 0.25 | 0 | 0.20 | 204.88 | 0.54 | 0.55 |
| Hex | 50 | 98 | CB | 3D | 19 | 0 | 14 | CD | 36 | 37 |
| Octal | 120 | 230 | 313 | 75 | 31 | 0 | 24 | 315 | 66 | 67 |
| Binary | 1010000 | 10011000 | 11001011 | 111101 | 11001 | 0 | 10100 | 11001101 | 110110 | 110111 |
Color Harmonies of #5098CB
Complementary color
Monochromatic Colors of #5098CB
Black with #5098CB
Text Example
Text Example
White with #5098CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098CB; }
p { color: rgb(80,152,203); }
H1.HeaderClassName
{
color: #5098CB;
}
.AnyTagClassName
{
color: #5098CB;
}
</style>
background-color css
<style>
a { background-color: #5098CB; }
a { background-color: rgb(80,152,203); }
div.DivClassName
{
background-color: #5098CB;
}
.BgClassName
{
background-color: #5098CB;
}
</style>
border-color css
<style>
span { border-color: #5098CB; }
span { border-color: rgb(80,152,203); }
td.TdClassName
{
border-color: #5098CB;
}
.TagClassName
{
border-color: #5098CB;
}
</style>