#569FE1

Color #569FE1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #569FE1

Tints of Picton Blue #569FE1

Color information

#569FE1 (or 0x569FE1) is unknown color: approx Picton Blue. HEX triplet: 56, 9F and E1. RGB value is (86,159,225). Sum of RGB (Red+Green+Blue) = 86+159+225=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #569FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FE1 is #A9601E. Grayscale: #909090. Windows color (decimal): -11100191 or 14786390. OLE color: 14786390.

HSL color Cylindrical-coordinate representation of color #569FE1: hue angle of 208.49º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569FE1 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86159225-
CMYK0.620.2900.12
HSL208.49º69.85%60.98%-
HSV(B)208.49º61.78%88.24%-
XYZ29.8332.2175.88-
YUV144.7173.3286.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 18.30%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=18.30%
G=33.83%
B=47.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861592250.620.2900.12208.4969.8560.98
Hex569FE13E1D0Cd0463d
Octal126237341763501432010675
Binary101011010011111111000011111101110101100110100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569FE1; }

 p { color: rgb(86,159,225); }

 H1.HeaderClassName
 {
   color: #569FE1;
 }
 .AnyTagClassName
 {
   color: #569FE1;
 }
</style>
background-color css

<style>
 a { background-color: #569FE1; }

 a { background-color: rgb(86,159,225); }

 div.DivClassName
 {
   background-color: #569FE1;
 }
 .BgClassName
 {
   background-color: #569FE1;
 }
</style>
border-color css

<style>
 span { border-color: #569FE1; }

 span { border-color: rgb(86,159,225); }

 td.TdClassName
 {
   border-color: #569FE1;
 }
 .TagClassName
 {
   border-color: #569FE1;
 }
</style>