Shades of Picton Blue #528FDB
Tints of Picton Blue #528FDB
RGB
CMYK
RGB Variations
Color information
#528FDB (or 0x528FDB) is known color: Picton Blue. HEX triplet: 52, 8F and DB. RGB value is (82,143,219). Sum of RGB (Red+Green+Blue) = 82+143+219=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #528FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FDB is #AD7024. Grayscale: #858585. Windows color (decimal): -11366437 or 14389074. OLE color: 14389074.
HSL color Cylindrical-coordinate representation of color #528FDB: hue angle of 213.28º 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 #528FDB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 143 | 219 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.14 |
| HSL | 213.28º | 0.66% | 0.59% | - |
| HSV(B) | 213.28º | 0.63% | 0.86% | - |
| XYZ | 26.09 | 26.55 | 70.77 | - |
| YUV | 133.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 219 | 0.63 | 0.35 | 0 | 0.14 | 213.28 | 0.66 | 0.59 |
| Hex | 52 | 8F | DB | 3F | 23 | 0 | E | D5 | 42 | 3B |
| Octal | 122 | 217 | 333 | 77 | 43 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010010 | 10001111 | 11011011 | 111111 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #528FDB
Complementary color
Monochromatic Colors of #528FDB
Black with #528FDB
Text Example
Text Example
White with #528FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FDB; }
p { color: rgb(82,143,219); }
H1.HeaderClassName
{
color: #528FDB;
}
.AnyTagClassName
{
color: #528FDB;
}
</style>
background-color css
<style>
a { background-color: #528FDB; }
a { background-color: rgb(82,143,219); }
div.DivClassName
{
background-color: #528FDB;
}
.BgClassName
{
background-color: #528FDB;
}
</style>
border-color css
<style>
span { border-color: #528FDB; }
span { border-color: rgb(82,143,219); }
td.TdClassName
{
border-color: #528FDB;
}
.TagClassName
{
border-color: #528FDB;
}
</style>