Html Css Color HEX #50A4E0 Picton Blue

📋 copy color: '#50A4E0'

red 80 ◦ green 164 ◦ blue 224

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

Shades of Picton Blue #50A4E0

Tints of Picton Blue #50A4E0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 17.09%
G = 35.04%
B = 47.86%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#50A4E0 (or 0x50A4E0) is known color: Picton Blue. HEX triplet: 50, A4 and E0. RGB value is (80,164,224). Sum of RGB (Red+Green+Blue) = 80+164+224=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #50A4E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4E0 is #AF5B1F. Grayscale: #919191. Windows color (decimal): -11492128 or 14722128. OLE color: 14722128.

HSL color Cylindrical-coordinate representation of color #50A4E0: hue angle of 205º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A4E0 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 164 224 -
CMYK 0.64 0.27 0 0.12
HSL 205º 0.7% 0.6% -
HSV(B) 205º 0.64% 0.88% -
XYZ 30.04 33.64 75.43 -
YUV 145.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 80 164 224 0.64 0.27 0 0.12 205 0.7 0.6
Hex 50 A4 E0 40 1B 0 C CD 46 3C
Octal 120 244 340 100 33 0 14 315 106 74
Binary 1010000 10100100 11100000 1000000 11011 0 1100 11001101 1000110 111100

Color Harmonies of #50A4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A4E0

Black with #50A4E0

Text Example


Text Example

White with #50A4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,224); }

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

background-color css

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

 a { background-color: rgb(80,164,224); }

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

border-color css

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

 span { border-color: rgb(80,164,224); }

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