Shades of Picton Blue #569FDD
Tints of Picton Blue #569FDD
RGB
CMYK
RGB Variations
Color information
#569FDD (or 0x569FDD) is known color: Picton Blue. HEX triplet: 56, 9F and DD. RGB value is (86,159,221). Sum of RGB (Red+Green+Blue) = 86+159+221=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #569FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDD is #A96022. Grayscale: #8F8F8F. Windows color (decimal): -11100195 or 14524246. OLE color: 14524246.
HSL color Cylindrical-coordinate representation of color #569FDD: hue angle of 207.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569FDD is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 159 | 221 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.13 |
| HSL | 207.56º | 0.67% | 0.6% | - |
| HSV(B) | 207.56º | 0.61% | 0.87% | - |
| XYZ | 29.29 | 32 | 73.04 | - |
| YUV | 144.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 221 | 0.61 | 0.28 | 0 | 0.13 | 207.56 | 0.67 | 0.6 |
| Hex | 56 | 9F | DD | 3D | 1C | 0 | D | D0 | 43 | 3C |
| Octal | 126 | 237 | 335 | 75 | 34 | 0 | 15 | 320 | 103 | 74 |
| Binary | 1010110 | 10011111 | 11011101 | 111101 | 11100 | 0 | 1101 | 11010000 | 1000011 | 111100 |
Color Harmonies of #569FDD
Complementary color
Monochromatic Colors of #569FDD
Black with #569FDD
Text Example
Text Example
White with #569FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FDD; }
p { color: rgb(86,159,221); }
H1.HeaderClassName
{
color: #569FDD;
}
.AnyTagClassName
{
color: #569FDD;
}
</style>
background-color css
<style>
a { background-color: #569FDD; }
a { background-color: rgb(86,159,221); }
div.DivClassName
{
background-color: #569FDD;
}
.BgClassName
{
background-color: #569FDD;
}
</style>
border-color css
<style>
span { border-color: #569FDD; }
span { border-color: rgb(86,159,221); }
td.TdClassName
{
border-color: #569FDD;
}
.TagClassName
{
border-color: #569FDD;
}
</style>