Shades of Picton Blue #5093DF
Tints of Picton Blue #5093DF
RGB
CMYK
RGB Variations
Color information
#5093DF (or 0x5093DF) is known color: Picton Blue. HEX triplet: 50, 93 and DF. RGB value is (80,147,223). Sum of RGB (Red+Green+Blue) = 80+147+223=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #5093DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093DF is #AF6C20. Grayscale: #878787. Windows color (decimal): -11496481 or 14652240. OLE color: 14652240.
HSL color Cylindrical-coordinate representation of color #5093DF: hue angle of 211.89º 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 #5093DF is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 147 | 223 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.13 |
| HSL | 211.89º | 0.69% | 0.59% | - |
| HSV(B) | 211.89º | 0.64% | 0.87% | - |
| XYZ | 27.06 | 27.9 | 73.77 | - |
| YUV | 135.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 223 | 0.64 | 0.34 | 0 | 0.13 | 211.89 | 0.69 | 0.59 |
| Hex | 50 | 93 | DF | 40 | 22 | 0 | D | D4 | 45 | 3B |
| Octal | 120 | 223 | 337 | 100 | 42 | 0 | 15 | 324 | 105 | 73 |
| Binary | 1010000 | 10010011 | 11011111 | 1000000 | 100010 | 0 | 1101 | 11010100 | 1000101 | 111011 |
Color Harmonies of #5093DF
Complementary color
Monochromatic Colors of #5093DF
Black with #5093DF
Text Example
Text Example
White with #5093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5093DF; }
p { color: rgb(80,147,223); }
H1.HeaderClassName
{
color: #5093DF;
}
.AnyTagClassName
{
color: #5093DF;
}
</style>
background-color css
<style>
a { background-color: #5093DF; }
a { background-color: rgb(80,147,223); }
div.DivClassName
{
background-color: #5093DF;
}
.BgClassName
{
background-color: #5093DF;
}
</style>
border-color css
<style>
span { border-color: #5093DF; }
span { border-color: rgb(80,147,223); }
td.TdClassName
{
border-color: #5093DF;
}
.TagClassName
{
border-color: #5093DF;
}
</style>