Html Css Color HEX #50A7EA Picton Blue

📋 copy color: '#50A7EA'

red 80 ◦ green 167 ◦ blue 234

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

Shades of Picton Blue #50A7EA

Tints of Picton Blue #50A7EA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 16.63%
G = 34.72%
B = 48.65%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50A7EA (or 0x50A7EA) is known color: Picton Blue. HEX triplet: 50, A7 and EA. RGB value is (80,167,234). Sum of RGB (Red+Green+Blue) = 80+167+234=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #50A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A7EA is #AF5815. Grayscale: #949494. Windows color (decimal): -11491350 or 15378256. OLE color: 15378256.

HSL color Cylindrical-coordinate representation of color #50A7EA: hue angle of 206.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A7EA is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 167 234 -
CMYK 0.66 0.29 0 0.08
HSL 206.1º 0.79% 0.62% -
HSV(B) 206.1º 0.66% 0.92% -
XYZ 31.98 35.28 82.97 -
YUV 148.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 80 167 234 0.66 0.29 0 0.08 206.1 0.79 0.62
Hex 50 A7 EA 42 1D 0 8 CE 4F 3E
Octal 120 247 352 102 35 0 10 316 117 76
Binary 1010000 10100111 11101010 1000010 11101 0 1000 11001110 1001111 111110

Color Harmonies of #50A7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A7EA

Black with #50A7EA

Text Example


Text Example

White with #50A7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,234); }

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

background-color css

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

 a { background-color: rgb(80,167,234); }

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

border-color css

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

 span { border-color: rgb(80,167,234); }

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