Shades of Picton Blue #51A4DB
Tints of Picton Blue #51A4DB
RGB
CMYK
RGB Variations
Color information
#51A4DB (or 0x51A4DB) is known color: Picton Blue. HEX triplet: 51, A4 and DB. RGB value is (81,164,219). Sum of RGB (Red+Green+Blue) = 81+164+219=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #51A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A4DB is #AE5B24. Grayscale: #919191. Windows color (decimal): -11426597 or 14394449. OLE color: 14394449.
HSL color Cylindrical-coordinate representation of color #51A4DB: hue angle of 203.91º degrees, saturation: 0.66, 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 #51A4DB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 164 | 219 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.14 |
| HSL | 203.91º | 0.66% | 0.59% | - |
| HSV(B) | 203.91º | 0.63% | 0.86% | - |
| XYZ | 29.45 | 33.41 | 71.92 | - |
| YUV | 145.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 219 | 0.63 | 0.25 | 0 | 0.14 | 203.91 | 0.66 | 0.59 |
| Hex | 51 | A4 | DB | 3F | 19 | 0 | E | CC | 42 | 3B |
| Octal | 121 | 244 | 333 | 77 | 31 | 0 | 16 | 314 | 102 | 73 |
| Binary | 1010001 | 10100100 | 11011011 | 111111 | 11001 | 0 | 1110 | 11001100 | 1000010 | 111011 |
Color Harmonies of #51A4DB
Complementary color
Monochromatic Colors of #51A4DB
Black with #51A4DB
Text Example
Text Example
White with #51A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A4DB; }
p { color: rgb(81,164,219); }
H1.HeaderClassName
{
color: #51A4DB;
}
.AnyTagClassName
{
color: #51A4DB;
}
</style>
background-color css
<style>
a { background-color: #51A4DB; }
a { background-color: rgb(81,164,219); }
div.DivClassName
{
background-color: #51A4DB;
}
.BgClassName
{
background-color: #51A4DB;
}
</style>
border-color css
<style>
span { border-color: #51A4DB; }
span { border-color: rgb(81,164,219); }
td.TdClassName
{
border-color: #51A4DB;
}
.TagClassName
{
border-color: #51A4DB;
}
</style>