Html Css Color HEX #569CDF Picton Blue

📋 copy color: '#569CDF'

red 86 ◦ green 156 ◦ blue 223

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

Shades of Picton Blue #569CDF

Tints of Picton Blue #569CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 18.49%
G = 33.55%
B = 47.96%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#569CDF (or 0x569CDF) is known color: Picton Blue. HEX triplet: 56, 9C and DF. RGB value is (86,156,223). Sum of RGB (Red+Green+Blue) = 86+156+223=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #569CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDF is #A96320. Grayscale: #8E8E8E. Windows color (decimal): -11100961 or 14654550. OLE color: 14654550.

HSL color Cylindrical-coordinate representation of color #569CDF: hue angle of 209.34º 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 #569CDF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 156 223 -
CMYK 0.61 0.30 0 0.13
HSL 209.34º 0.68% 0.61% -
HSV(B) 209.34º 0.61% 0.87% -
XYZ 29.05 31.08 74.28 -
YUV 142.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 86 156 223 0.61 0.30 0 0.13 209.34 0.68 0.61
Hex 56 9C DF 3D 1E 0 D D1 44 3D
Octal 126 234 337 75 36 0 15 321 104 75
Binary 1010110 10011100 11011111 111101 11110 0 1101 11010001 1000100 111101

Color Harmonies of #569CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CDF

Black with #569CDF

Text Example


Text Example

White with #569CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,156,223); }

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

background-color css

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

 a { background-color: rgb(86,156,223); }

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

border-color css

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

 span { border-color: rgb(86,156,223); }

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