Shades of Picton Blue #51A2DC
Tints of Picton Blue #51A2DC
RGB
CMYK
RGB Variations
Color information
#51A2DC (or 0x51A2DC) is known color: Picton Blue. HEX triplet: 51, A2 and DC. RGB value is (81,162,220). Sum of RGB (Red+Green+Blue) = 81+162+220=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #51A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A2DC is #AE5D23. Grayscale: #909090. Windows color (decimal): -11427108 or 14459473. OLE color: 14459473.
HSL color Cylindrical-coordinate representation of color #51A2DC: hue angle of 205.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51A2DC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 162 | 220 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.14 |
| HSL | 205.04º | 0.67% | 0.59% | - |
| HSV(B) | 205.04º | 0.63% | 0.86% | - |
| XYZ | 29.23 | 32.76 | 72.49 | - |
| YUV | 144.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 220 | 0.63 | 0.26 | 0 | 0.14 | 205.04 | 0.67 | 0.59 |
| Hex | 51 | A2 | DC | 3F | 1A | 0 | E | CD | 43 | 3B |
| Octal | 121 | 242 | 334 | 77 | 32 | 0 | 16 | 315 | 103 | 73 |
| Binary | 1010001 | 10100010 | 11011100 | 111111 | 11010 | 0 | 1110 | 11001101 | 1000011 | 111011 |
Color Harmonies of #51A2DC
Complementary color
Monochromatic Colors of #51A2DC
Black with #51A2DC
Text Example
Text Example
White with #51A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A2DC; }
p { color: rgb(81,162,220); }
H1.HeaderClassName
{
color: #51A2DC;
}
.AnyTagClassName
{
color: #51A2DC;
}
</style>
background-color css
<style>
a { background-color: #51A2DC; }
a { background-color: rgb(81,162,220); }
div.DivClassName
{
background-color: #51A2DC;
}
.BgClassName
{
background-color: #51A2DC;
}
</style>
border-color css
<style>
span { border-color: #51A2DC; }
span { border-color: rgb(81,162,220); }
td.TdClassName
{
border-color: #51A2DC;
}
.TagClassName
{
border-color: #51A2DC;
}
</style>