Html Css Color HEX #50A2FF Cornflower Blue

📋 copy color: '#50A2FF'

red 80 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #50A2FF

Tints of Cornflower Blue #50A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 16.1%
G = 32.6%
B = 51.31%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50A2FF (or 0x50A2FF) is known color: Cornflower Blue. HEX triplet: 50, A2 and FF. RGB value is (80,162,255). Sum of RGB (Red+Green+Blue) = 80+162+255=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #50A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A2FF is #AF5D00. Grayscale: #939393. Windows color (decimal): -11492609 or 16753232. OLE color: 16753232.

HSL color Cylindrical-coordinate representation of color #50A2FF: hue angle of 211.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50A2FF is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 162 255 -
CMYK 0.69 0.36 0 0
HSL 211.89º 1% 0.66% -
HSV(B) 211.89º 0.69% 1% -
XYZ 34.28 34.77 99.51 -
YUV 148.08 188.33 79.44 -
System Red Green Blue C M Y K H S L
Decimal 80 162 255 0.69 0.36 0 0 211.89 1 0.66
Hex 50 A2 FF 45 24 0 0 D4 64 42
Octal 120 242 377 105 44 0 0 324 144 102
Binary 1010000 10100010 11111111 1000101 100100 0 0 11010100 1100100 1000010

Color Harmonies of #50A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A2FF

Black with #50A2FF

Text Example


Text Example

White with #50A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,255); }

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

background-color css

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

 a { background-color: rgb(80,162,255); }

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

border-color css

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

 span { border-color: rgb(80,162,255); }

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