Shades of Picton Blue #569FDB
Tints of Picton Blue #569FDB
RGB
CMYK
RGB Variations
Color information
#569FDB (or 0x569FDB) is known color: Picton Blue. HEX triplet: 56, 9F and DB. RGB value is (86,159,219). Sum of RGB (Red+Green+Blue) = 86+159+219=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 159 (62.5% from 255 or 34.27% 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 #569FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDB is #A96024. Grayscale: #8F8F8F. Windows color (decimal): -11100197 or 14393174. OLE color: 14393174.
HSL color Cylindrical-coordinate representation of color #569FDB: hue angle of 207.07º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569FDB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 159 | 219 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.14 |
| HSL | 207.07º | 0.65% | 0.6% | - |
| HSV(B) | 207.07º | 0.61% | 0.86% | - |
| XYZ | 29.02 | 31.89 | 71.64 | - |
| YUV | 144.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 219 | 0.61 | 0.27 | 0 | 0.14 | 207.07 | 0.65 | 0.6 |
| Hex | 56 | 9F | DB | 3D | 1B | 0 | E | CF | 41 | 3C |
| Octal | 126 | 237 | 333 | 75 | 33 | 0 | 16 | 317 | 101 | 74 |
| Binary | 1010110 | 10011111 | 11011011 | 111101 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111100 |
Color Harmonies of #569FDB
Complementary color
Monochromatic Colors of #569FDB
Black with #569FDB
Text Example
Text Example
White with #569FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FDB; }
p { color: rgb(86,159,219); }
H1.HeaderClassName
{
color: #569FDB;
}
.AnyTagClassName
{
color: #569FDB;
}
</style>
background-color css
<style>
a { background-color: #569FDB; }
a { background-color: rgb(86,159,219); }
div.DivClassName
{
background-color: #569FDB;
}
.BgClassName
{
background-color: #569FDB;
}
</style>
border-color css
<style>
span { border-color: #569FDB; }
span { border-color: rgb(86,159,219); }
td.TdClassName
{
border-color: #569FDB;
}
.TagClassName
{
border-color: #569FDB;
}
</style>