Html Css Color HEX #569BDB Picton Blue

📋 copy color: '#569BDB'

red 86 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #569BDB

Tints of Picton Blue #569BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

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

R = 18.7%
G = 33.7%
B = 47.61%

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

#569BDB (or 0x569BDB) is known color: Picton Blue. HEX triplet: 56, 9B and DB. RGB value is (86,155,219). Sum of RGB (Red+Green+Blue) = 86+155+219=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #569BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BDB is #A96424. Grayscale: #8D8D8D. Windows color (decimal): -11101221 or 14392150. OLE color: 14392150.

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

Color convert

RGB 86 155 219 -
CMYK 0.61 0.29 0 0.14
HSL 208.87º 0.65% 0.6% -
HSV(B) 208.87º 0.61% 0.86% -
XYZ 28.35 30.54 71.42 -
YUV 141.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 86 155 219 0.61 0.29 0 0.14 208.87 0.65 0.6
Hex 56 9B DB 3D 1D 0 E D1 41 3C
Octal 126 233 333 75 35 0 16 321 101 74
Binary 1010110 10011011 11011011 111101 11101 0 1110 11010001 1000001 111100

Color Harmonies of #569BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BDB

Black with #569BDB

Text Example


Text Example

White with #569BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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