Html Css Color HEX #50A4FA Cornflower Blue

📋 copy color: '#50A4FA'

red 80 ◦ green 164 ◦ blue 250

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

Shades of Cornflower Blue #50A4FA

Tints of Cornflower Blue #50A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 16.19%
G = 33.2%
B = 50.61%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50A4FA (or 0x50A4FA) is known color: Cornflower Blue. HEX triplet: 50, A4 and FA. RGB value is (80,164,250). Sum of RGB (Red+Green+Blue) = 80+164+250=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #50A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A4FA is #AF5B05. Grayscale: #949494. Windows color (decimal): -11492102 or 16426064. OLE color: 16426064.

HSL color Cylindrical-coordinate representation of color #50A4FA: hue angle of 210.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50A4FA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 164 250 -
CMYK 0.68 0.34 0 0.02
HSL 210.35º 0.94% 0.65% -
HSV(B) 210.35º 0.68% 0.98% -
XYZ 33.84 35.16 95.45 -
YUV 148.69 185.17 79.01 -
System Red Green Blue C M Y K H S L
Decimal 80 164 250 0.68 0.34 0 0.02 210.35 0.94 0.65
Hex 50 A4 FA 44 22 0 2 D2 5E 41
Octal 120 244 372 104 42 0 2 322 136 101
Binary 1010000 10100100 11111010 1000100 100010 0 10 11010010 1011110 1000001

Color Harmonies of #50A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A4FA

Black with #50A4FA

Text Example


Text Example

White with #50A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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