Html Css Color HEX #569BDA Picton Blue

📋 copy color: '#569BDA'

red 86 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #569BDA

Tints of Picton Blue #569BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 18.74%
G = 33.77%
B = 47.49%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#569BDA (or 0x569BDA) is known color: Picton Blue. HEX triplet: 56, 9B and DA. RGB value is (86,155,218). Sum of RGB (Red+Green+Blue) = 86+155+218=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #569BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BDA is #A96425. Grayscale: #8D8D8D. Windows color (decimal): -11101222 or 14326614. OLE color: 14326614.

HSL color Cylindrical-coordinate representation of color #569BDA: hue angle of 208.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569BDA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 155 218 -
CMYK 0.61 0.29 0 0.15
HSL 208.64º 0.64% 0.6% -
HSV(B) 208.64º 0.61% 0.85% -
XYZ 28.21 30.48 70.73 -
YUV 141.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 86 155 218 0.61 0.29 0 0.15 208.64 0.64 0.6
Hex 56 9B DA 3D 1D 0 F D1 40 3C
Octal 126 233 332 75 35 0 17 321 100 74
Binary 1010110 10011011 11011010 111101 11101 0 1111 11010001 1000000 111100

Color Harmonies of #569BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BDA

Black with #569BDA

Text Example


Text Example

White with #569BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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