Html Css Color HEX #569CDA Picton Blue

📋 copy color: '#569CDA'

red 86 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #569CDA

Tints of Picton Blue #569CDA

RGB

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

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

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

R = 18.7%
G = 33.91%
B = 47.39%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#569CDA (or 0x569CDA) is known color: Picton Blue. HEX triplet: 56, 9C and DA. RGB value is (86,156,218). Sum of RGB (Red+Green+Blue) = 86+156+218=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #569CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDA is #A96325. Grayscale: #8D8D8D. Windows color (decimal): -11100966 or 14326870. OLE color: 14326870.

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

Color convert

RGB 86 156 218 -
CMYK 0.61 0.28 0 0.15
HSL 208.18º 0.64% 0.6% -
HSV(B) 208.18º 0.61% 0.85% -
XYZ 28.38 30.82 70.78 -
YUV 142.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 86 156 218 0.61 0.28 0 0.15 208.18 0.64 0.6
Hex 56 9C DA 3D 1C 0 F D0 40 3C
Octal 126 234 332 75 34 0 17 320 100 74
Binary 1010110 10011100 11011010 111101 11100 0 1111 11010000 1000000 111100

Color Harmonies of #569CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CDA

Black with #569CDA

Text Example


Text Example

White with #569CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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