Html Css Color HEX #569CDB Picton Blue

📋 copy color: '#569CDB'

red 86 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #569CDB

Tints of Picton Blue #569CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 18.66%
G = 33.84%
B = 47.51%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#569CDB (or 0x569CDB) is known color: Picton Blue. HEX triplet: 56, 9C and DB. RGB value is (86,156,219). Sum of RGB (Red+Green+Blue) = 86+156+219=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #569CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDB is #A96324. Grayscale: #8D8D8D. Windows color (decimal): -11100965 or 14392406. OLE color: 14392406.

HSL color Cylindrical-coordinate representation of color #569CDB: hue angle of 208.42º degrees, saturation: 0.65, 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 #569CDB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 156 219 -
CMYK 0.61 0.29 0 0.14
HSL 208.42º 0.65% 0.6% -
HSV(B) 208.42º 0.61% 0.86% -
XYZ 28.51 30.87 71.47 -
YUV 142.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 86 156 219 0.61 0.29 0 0.14 208.42 0.65 0.6
Hex 56 9C DB 3D 1D 0 E D0 41 3C
Octal 126 234 333 75 35 0 16 320 101 74
Binary 1010110 10011100 11011011 111101 11101 0 1110 11010000 1000001 111100

Color Harmonies of #569CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CDB

Black with #569CDB

Text Example


Text Example

White with #569CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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