Shades of Picton Blue #569FDF
Tints of Picton Blue #569FDF
RGB
CMYK
RGB Variations
Color information
#569FDF (or 0x569FDF) is known color: Picton Blue. HEX triplet: 56, 9F and DF. RGB value is (86,159,223). Sum of RGB (Red+Green+Blue) = 86+159+223=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #569FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDF is #A96020. Grayscale: #909090. Windows color (decimal): -11100193 or 14655318. OLE color: 14655318.
HSL color Cylindrical-coordinate representation of color #569FDF: hue angle of 208.03º 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 #569FDF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 159 | 223 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.13 |
| HSL | 208.03º | 0.68% | 0.61% | - |
| HSV(B) | 208.03º | 0.61% | 0.87% | - |
| XYZ | 29.56 | 32.1 | 74.45 | - |
| YUV | 144.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 223 | 0.61 | 0.29 | 0 | 0.13 | 208.03 | 0.68 | 0.61 |
| Hex | 56 | 9F | DF | 3D | 1D | 0 | D | D0 | 44 | 3D |
| Octal | 126 | 237 | 337 | 75 | 35 | 0 | 15 | 320 | 104 | 75 |
| Binary | 1010110 | 10011111 | 11011111 | 111101 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111101 |
Color Harmonies of #569FDF
Complementary color
Monochromatic Colors of #569FDF
Black with #569FDF
Text Example
Text Example
White with #569FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FDF; }
p { color: rgb(86,159,223); }
H1.HeaderClassName
{
color: #569FDF;
}
.AnyTagClassName
{
color: #569FDF;
}
</style>
background-color css
<style>
a { background-color: #569FDF; }
a { background-color: rgb(86,159,223); }
div.DivClassName
{
background-color: #569FDF;
}
.BgClassName
{
background-color: #569FDF;
}
</style>
border-color css
<style>
span { border-color: #569FDF; }
span { border-color: rgb(86,159,223); }
td.TdClassName
{
border-color: #569FDF;
}
.TagClassName
{
border-color: #569FDF;
}
</style>