Shades of Picton Blue #569FE3
Tints of Picton Blue #569FE3
RGB
CMYK
RGB Variations
Color information
#569FE3 (or 0x569FE3) is known color: Picton Blue. HEX triplet: 56, 9F and E3. RGB value is (86,159,227). Sum of RGB (Red+Green+Blue) = 86+159+227=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #569FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FE3 is #A9601C. Grayscale: #909090. Windows color (decimal): -11100189 or 14917462. OLE color: 14917462.
HSL color Cylindrical-coordinate representation of color #569FE3: hue angle of 208.94º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569FE3 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 159 | 227 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.11 |
| HSL | 208.94º | 0.72% | 0.61% | - |
| HSV(B) | 208.94º | 0.62% | 0.89% | - |
| XYZ | 30.1 | 32.32 | 77.33 | - |
| YUV | 144.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 227 | 0.62 | 0.30 | 0 | 0.11 | 208.94 | 0.72 | 0.61 |
| Hex | 56 | 9F | E3 | 3E | 1E | 0 | B | D1 | 48 | 3D |
| Octal | 126 | 237 | 343 | 76 | 36 | 0 | 13 | 321 | 110 | 75 |
| Binary | 1010110 | 10011111 | 11100011 | 111110 | 11110 | 0 | 1011 | 11010001 | 1001000 | 111101 |
Color Harmonies of #569FE3
Complementary color
Monochromatic Colors of #569FE3
Black with #569FE3
Text Example
Text Example
White with #569FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569FE3; }
p { color: rgb(86,159,227); }
H1.HeaderClassName
{
color: #569FE3;
}
.AnyTagClassName
{
color: #569FE3;
}
</style>
background-color css
<style>
a { background-color: #569FE3; }
a { background-color: rgb(86,159,227); }
div.DivClassName
{
background-color: #569FE3;
}
.BgClassName
{
background-color: #569FE3;
}
</style>
border-color css
<style>
span { border-color: #569FE3; }
span { border-color: rgb(86,159,227); }
td.TdClassName
{
border-color: #569FE3;
}
.TagClassName
{
border-color: #569FE3;
}
</style>