Html Css Color HEX #569FDC Picton Blue

📋 copy color: '#569FDC'

red 86 ◦ green 159 ◦ blue 220

#569FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #569FDC

Tints of Picton Blue #569FDC

RGB

 RED value IS 86 (33.98% from 255) = 18.49%

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 18.49%
G = 34.19%
B = 47.31%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#569FDC (or 0x569FDC) is known color: Picton Blue. HEX triplet: 56, 9F and DC. RGB value is (86,159,220). Sum of RGB (Red+Green+Blue) = 86+159+220=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #569FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDC is #A96023. Grayscale: #8F8F8F. Windows color (decimal): -11100196 or 14458710. OLE color: 14458710.

HSL color Cylindrical-coordinate representation of color #569FDC: hue angle of 207.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569FDC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 159 220 -
CMYK 0.61 0.28 0 0.14
HSL 207.31º 0.66% 0.6% -
HSV(B) 207.31º 0.61% 0.86% -
XYZ 29.15 31.94 72.34 -
YUV 144.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 86 159 220 0.61 0.28 0 0.14 207.31 0.66 0.6
Hex 56 9F DC 3D 1C 0 E CF 42 3C
Octal 126 237 334 75 34 0 16 317 102 74
Binary 1010110 10011111 11011100 111101 11100 0 1110 11001111 1000010 111100

Color Harmonies of #569FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FDC

Black with #569FDC

Text Example


Text Example

White with #569FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #569FDC;
 }
 .AnyTagClassName
 {
   color: #569FDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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