Html Css Color HEX #50A1DA Picton Blue

📋 copy color: '#50A1DA'

red 80 ◦ green 161 ◦ blue 218

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

Shades of Picton Blue #50A1DA

Tints of Picton Blue #50A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.08%

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

R = 17.43%
G = 35.08%
B = 47.49%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#50A1DA (or 0x50A1DA) is known color: Picton Blue. HEX triplet: 50, A1 and DA. RGB value is (80,161,218). Sum of RGB (Red+Green+Blue) = 80+161+218=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 161 (63.28% from 255 or 35.08% 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 #50A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1DA is #AF5E25. Grayscale: #8E8E8E. Windows color (decimal): -11492902 or 14328144. OLE color: 14328144.

HSL color Cylindrical-coordinate representation of color #50A1DA: hue angle of 204.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A1DA is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 161 218 -
CMYK 0.63 0.26 0 0.15
HSL 204.78º 0.65% 0.58% -
HSV(B) 204.78º 0.63% 0.85% -
XYZ 28.71 32.26 71.04 -
YUV 143.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 80 161 218 0.63 0.26 0 0.15 204.78 0.65 0.58
Hex 50 A1 DA 3F 1A 0 F CD 41 3A
Octal 120 241 332 77 32 0 17 315 101 72
Binary 1010000 10100001 11011010 111111 11010 0 1111 11001101 1000001 111010

Color Harmonies of #50A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1DA

Black with #50A1DA

Text Example


Text Example

White with #50A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,218); }

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

background-color css

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

 a { background-color: rgb(80,161,218); }

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

border-color css

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

 span { border-color: rgb(80,161,218); }

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