Shades of Picton Blue #5090DE
Tints of Picton Blue #5090DE
RGB
CMYK
RGB Variations
Color information
#5090DE (or 0x5090DE) is known color: Picton Blue. HEX triplet: 50, 90 and DE. RGB value is (80,144,222). Sum of RGB (Red+Green+Blue) = 80+144+222=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #5090DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DE is #AF6F21. Grayscale: #858585. Windows color (decimal): -11497250 or 14585936. OLE color: 14585936.
HSL color Cylindrical-coordinate representation of color #5090DE: hue angle of 212.96º degrees, saturation: 0.68, 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 #5090DE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 144 | 222 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.13 |
| HSL | 212.96º | 0.68% | 0.59% | - |
| HSV(B) | 212.96º | 0.64% | 0.87% | - |
| XYZ | 26.47 | 26.93 | 72.91 | - |
| YUV | 133.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 222 | 0.64 | 0.35 | 0 | 0.13 | 212.96 | 0.68 | 0.59 |
| Hex | 50 | 90 | DE | 40 | 23 | 0 | D | D5 | 44 | 3B |
| Octal | 120 | 220 | 336 | 100 | 43 | 0 | 15 | 325 | 104 | 73 |
| Binary | 1010000 | 10010000 | 11011110 | 1000000 | 100011 | 0 | 1101 | 11010101 | 1000100 | 111011 |
Color Harmonies of #5090DE
Complementary color
Monochromatic Colors of #5090DE
Black with #5090DE
Text Example
Text Example
White with #5090DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090DE; }
p { color: rgb(80,144,222); }
H1.HeaderClassName
{
color: #5090DE;
}
.AnyTagClassName
{
color: #5090DE;
}
</style>
background-color css
<style>
a { background-color: #5090DE; }
a { background-color: rgb(80,144,222); }
div.DivClassName
{
background-color: #5090DE;
}
.BgClassName
{
background-color: #5090DE;
}
</style>
border-color css
<style>
span { border-color: #5090DE; }
span { border-color: rgb(80,144,222); }
td.TdClassName
{
border-color: #5090DE;
}
.TagClassName
{
border-color: #5090DE;
}
</style>