Shades of Picton Blue #5097DF
Tints of Picton Blue #5097DF
RGB
CMYK
RGB Variations
Color information
#5097DF (or 0x5097DF) is known color: Picton Blue. HEX triplet: 50, 97 and DF. RGB value is (80,151,223). Sum of RGB (Red+Green+Blue) = 80+151+223=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #5097DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5097DF is #AF6820. Grayscale: #898989. Windows color (decimal): -11495457 or 14653264. OLE color: 14653264.
HSL color Cylindrical-coordinate representation of color #5097DF: hue angle of 210.21º degrees, saturation: 0.69, 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 #5097DF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 151 | 223 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.13 |
| HSL | 210.21º | 0.69% | 0.59% | - |
| HSV(B) | 210.21º | 0.64% | 0.87% | - |
| XYZ | 27.69 | 29.17 | 73.98 | - |
| YUV | 137.98 | 175.98 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 223 | 0.64 | 0.32 | 0 | 0.13 | 210.21 | 0.69 | 0.59 |
| Hex | 50 | 97 | DF | 40 | 20 | 0 | D | D2 | 45 | 3B |
| Octal | 120 | 227 | 337 | 100 | 40 | 0 | 15 | 322 | 105 | 73 |
| Binary | 1010000 | 10010111 | 11011111 | 1000000 | 100000 | 0 | 1101 | 11010010 | 1000101 | 111011 |
Color Harmonies of #5097DF
Complementary color
Monochromatic Colors of #5097DF
Black with #5097DF
Text Example
Text Example
White with #5097DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5097DF; }
p { color: rgb(80,151,223); }
H1.HeaderClassName
{
color: #5097DF;
}
.AnyTagClassName
{
color: #5097DF;
}
</style>
background-color css
<style>
a { background-color: #5097DF; }
a { background-color: rgb(80,151,223); }
div.DivClassName
{
background-color: #5097DF;
}
.BgClassName
{
background-color: #5097DF;
}
</style>
border-color css
<style>
span { border-color: #5097DF; }
span { border-color: rgb(80,151,223); }
td.TdClassName
{
border-color: #5097DF;
}
.TagClassName
{
border-color: #5097DF;
}
</style>