Html Css Color HEX #50A0DB Picton Blue

📋 copy color: '#50A0DB'

red 80 ◦ green 160 ◦ blue 219

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

Shades of Picton Blue #50A0DB

Tints of Picton Blue #50A0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 17.43%
G = 34.86%
B = 47.71%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50A0DB (or 0x50A0DB) is known color: Picton Blue. HEX triplet: 50, A0 and DB. RGB value is (80,160,219). Sum of RGB (Red+Green+Blue) = 80+160+219=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #50A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0DB is #AF5F24. Grayscale: #8E8E8E. Windows color (decimal): -11493157 or 14393424. OLE color: 14393424.

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

Color convert

RGB 80 160 219 -
CMYK 0.63 0.27 0 0.14
HSL 205.47º 0.66% 0.59% -
HSV(B) 205.47º 0.63% 0.86% -
XYZ 28.67 31.96 71.68 -
YUV 142.81 171 83.2 -
System Red Green Blue C M Y K H S L
Decimal 80 160 219 0.63 0.27 0 0.14 205.47 0.66 0.59
Hex 50 A0 DB 3F 1B 0 E CD 42 3B
Octal 120 240 333 77 33 0 16 315 102 73
Binary 1010000 10100000 11011011 111111 11011 0 1110 11001101 1000010 111011

Color Harmonies of #50A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A0DB

Black with #50A0DB

Text Example


Text Example

White with #50A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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