Shades of Picton Blue #51A1DA
Tints of Picton Blue #51A1DA
RGB
CMYK
RGB Variations
Color information
#51A1DA (or 0x51A1DA) is known color: Picton Blue. HEX triplet: 51, A1 and DA. RGB value is (81,161,218). Sum of RGB (Red+Green+Blue) = 81+161+218=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #51A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A1DA is #AE5E25. Grayscale: #8F8F8F. Windows color (decimal): -11427366 or 14328145. OLE color: 14328145.
HSL color Cylindrical-coordinate representation of color #51A1DA: hue angle of 204.96º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51A1DA is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 161 | 218 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.15 |
| HSL | 204.96º | 0.65% | 0.59% | - |
| HSV(B) | 204.96º | 0.63% | 0.85% | - |
| XYZ | 28.79 | 32.3 | 71.05 | - |
| YUV | 143.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 218 | 0.63 | 0.26 | 0 | 0.15 | 204.96 | 0.65 | 0.59 |
| Hex | 51 | A1 | DA | 3F | 1A | 0 | F | CD | 41 | 3B |
| Octal | 121 | 241 | 332 | 77 | 32 | 0 | 17 | 315 | 101 | 73 |
| Binary | 1010001 | 10100001 | 11011010 | 111111 | 11010 | 0 | 1111 | 11001101 | 1000001 | 111011 |
Color Harmonies of #51A1DA
Complementary color
Monochromatic Colors of #51A1DA
Black with #51A1DA
Text Example
Text Example
White with #51A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A1DA; }
p { color: rgb(81,161,218); }
H1.HeaderClassName
{
color: #51A1DA;
}
.AnyTagClassName
{
color: #51A1DA;
}
</style>
background-color css
<style>
a { background-color: #51A1DA; }
a { background-color: rgb(81,161,218); }
div.DivClassName
{
background-color: #51A1DA;
}
.BgClassName
{
background-color: #51A1DA;
}
</style>
border-color css
<style>
span { border-color: #51A1DA; }
span { border-color: rgb(81,161,218); }
td.TdClassName
{
border-color: #51A1DA;
}
.TagClassName
{
border-color: #51A1DA;
}
</style>