Shades of Picton Blue #569DDF
Tints of Picton Blue #569DDF
RGB
CMYK
RGB Variations
Color information
#569DDF (or 0x569DDF) is known color: Picton Blue. HEX triplet: 56, 9D and DF. RGB value is (86,157,223). Sum of RGB (Red+Green+Blue) = 86+157+223=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #569DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDF is #A96220. Grayscale: #8E8E8E. Windows color (decimal): -11100705 or 14654806. OLE color: 14654806.
HSL color Cylindrical-coordinate representation of color #569DDF: hue angle of 208.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569DDF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 157 | 223 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.13 |
| HSL | 208.91º | 0.68% | 0.61% | - |
| HSV(B) | 208.91º | 0.61% | 0.87% | - |
| XYZ | 29.21 | 31.42 | 74.34 | - |
| YUV | 143.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 223 | 0.61 | 0.30 | 0 | 0.13 | 208.91 | 0.68 | 0.61 |
| Hex | 56 | 9D | DF | 3D | 1E | 0 | D | D1 | 44 | 3D |
| Octal | 126 | 235 | 337 | 75 | 36 | 0 | 15 | 321 | 104 | 75 |
| Binary | 1010110 | 10011101 | 11011111 | 111101 | 11110 | 0 | 1101 | 11010001 | 1000100 | 111101 |
Color Harmonies of #569DDF
Complementary color
Monochromatic Colors of #569DDF
Black with #569DDF
Text Example
Text Example
White with #569DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DDF; }
p { color: rgb(86,157,223); }
H1.HeaderClassName
{
color: #569DDF;
}
.AnyTagClassName
{
color: #569DDF;
}
</style>
background-color css
<style>
a { background-color: #569DDF; }
a { background-color: rgb(86,157,223); }
div.DivClassName
{
background-color: #569DDF;
}
.BgClassName
{
background-color: #569DDF;
}
</style>
border-color css
<style>
span { border-color: #569DDF; }
span { border-color: rgb(86,157,223); }
td.TdClassName
{
border-color: #569DDF;
}
.TagClassName
{
border-color: #569DDF;
}
</style>