Html Css Color HEX #50AADD Picton Blue

📋 copy color: '#50AADD'

red 80 ◦ green 170 ◦ blue 221

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

Shades of Picton Blue #50AADD

Tints of Picton Blue #50AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 16.99%
G = 36.09%
B = 46.92%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50AADD (or 0x50AADD) is known color: Picton Blue. HEX triplet: 50, AA and DD. RGB value is (80,170,221). Sum of RGB (Red+Green+Blue) = 80+170+221=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #50AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AADD is #AF5522. Grayscale: #949494. Windows color (decimal): -11490595 or 14527056. OLE color: 14527056.

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

Color convert

RGB 80 170 221 -
CMYK 0.64 0.23 0 0.13
HSL 201.7º 0.67% 0.59% -
HSV(B) 201.7º 0.64% 0.87% -
XYZ 30.73 35.68 73.67 -
YUV 148.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 80 170 221 0.64 0.23 0 0.13 201.7 0.67 0.59
Hex 50 AA DD 40 17 0 D CA 43 3B
Octal 120 252 335 100 27 0 15 312 103 73
Binary 1010000 10101010 11011101 1000000 10111 0 1101 11001010 1000011 111011

Color Harmonies of #50AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AADD

Black with #50AADD

Text Example


Text Example

White with #50AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,221); }

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

background-color css

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

 a { background-color: rgb(80,170,221); }

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

border-color css

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

 span { border-color: rgb(80,170,221); }

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