Html Css Color HEX #50A0DC Picton Blue

📋 copy color: '#50A0DC'

red 80 ◦ green 160 ◦ blue 220

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

Shades of Picton Blue #50A0DC

Tints of Picton Blue #50A0DC

RGB

 RED value IS 80 (31.64% from 255) = 17.39%

 GREEN value IS 160 (62.89% from 255) = 34.78%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 17.39%
G = 34.78%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50A0DC (or 0x50A0DC) is known color: Picton Blue. HEX triplet: 50, A0 and DC. RGB value is (80,160,220). Sum of RGB (Red+Green+Blue) = 80+160+220=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #50A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0DC is #AF5F23. Grayscale: #8E8E8E. Windows color (decimal): -11493156 or 14458960. OLE color: 14458960.

HSL color Cylindrical-coordinate representation of color #50A0DC: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A0DC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 160 220 -
CMYK 0.64 0.27 0 0.14
HSL 205.71º 0.67% 0.59% -
HSV(B) 205.71º 0.64% 0.86% -
XYZ 28.8 32.01 72.37 -
YUV 142.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 80 160 220 0.64 0.27 0 0.14 205.71 0.67 0.59
Hex 50 A0 DC 40 1B 0 E CE 43 3B
Octal 120 240 334 100 33 0 16 316 103 73
Binary 1010000 10100000 11011100 1000000 11011 0 1110 11001110 1000011 111011

Color Harmonies of #50A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A0DC

Black with #50A0DC

Text Example


Text Example

White with #50A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A0DC; }

 p { color: rgb(80,160,220); }

 H1.HeaderClassName
 {
   color: #50A0DC;
 }
 .AnyTagClassName
 {
   color: #50A0DC;
 }
</style>

background-color css

<style>
 a { background-color: #50A0DC; }

 a { background-color: rgb(80,160,220); }

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

border-color css

<style>
 span { border-color: #50A0DC; }

 span { border-color: rgb(80,160,220); }

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