Shades of Picton Blue #5097DA
Tints of Picton Blue #5097DA
RGB
CMYK
RGB Variations
Color information
#5097DA (or 0x5097DA) is known color: Picton Blue. HEX triplet: 50, 97 and DA. RGB value is (80,151,218). Sum of RGB (Red+Green+Blue) = 80+151+218=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #5097DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5097DA is #AF6825. Grayscale: #898989. Windows color (decimal): -11495462 or 14325584. OLE color: 14325584.
HSL color Cylindrical-coordinate representation of color #5097DA: hue angle of 209.13º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5097DA is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 151 | 218 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.15 |
| HSL | 209.13º | 0.65% | 0.58% | - |
| HSV(B) | 209.13º | 0.63% | 0.85% | - |
| XYZ | 27.03 | 28.9 | 70.48 | - |
| YUV | 137.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 218 | 0.63 | 0.31 | 0 | 0.15 | 209.13 | 0.65 | 0.58 |
| Hex | 50 | 97 | DA | 3F | 1F | 0 | F | D1 | 41 | 3A |
| Octal | 120 | 227 | 332 | 77 | 37 | 0 | 17 | 321 | 101 | 72 |
| Binary | 1010000 | 10010111 | 11011010 | 111111 | 11111 | 0 | 1111 | 11010001 | 1000001 | 111010 |
Color Harmonies of #5097DA
Complementary color
Monochromatic Colors of #5097DA
Black with #5097DA
Text Example
Text Example
White with #5097DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5097DA; }
p { color: rgb(80,151,218); }
H1.HeaderClassName
{
color: #5097DA;
}
.AnyTagClassName
{
color: #5097DA;
}
</style>
background-color css
<style>
a { background-color: #5097DA; }
a { background-color: rgb(80,151,218); }
div.DivClassName
{
background-color: #5097DA;
}
.BgClassName
{
background-color: #5097DA;
}
</style>
border-color css
<style>
span { border-color: #5097DA; }
span { border-color: rgb(80,151,218); }
td.TdClassName
{
border-color: #5097DA;
}
.TagClassName
{
border-color: #5097DA;
}
</style>