Html Css Color HEX #50A0FF Cornflower Blue

📋 copy color: '#50A0FF'

red 80 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #50A0FF

Tints of Cornflower Blue #50A0FF

RGB

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

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

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

R = 16.16%
G = 32.32%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50A0FF (or 0x50A0FF) is known color: Cornflower Blue. HEX triplet: 50, A0 and FF. RGB value is (80,160,255). Sum of RGB (Red+Green+Blue) = 80+160+255=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #50A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A0FF is #AF5F00. Grayscale: #929292. Windows color (decimal): -11493121 or 16752720. OLE color: 16752720.

HSL color Cylindrical-coordinate representation of color #50A0FF: hue angle of 212.57º 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 #50A0FF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 160 255 -
CMYK 0.69 0.37 0 0
HSL 212.57º 1% 0.66% -
HSV(B) 212.57º 0.69% 1% -
XYZ 33.93 34.07 99.4 -
YUV 146.91 189 80.28 -
System Red Green Blue C M Y K H S L
Decimal 80 160 255 0.69 0.37 0 0 212.57 1 0.66
Hex 50 A0 FF 45 25 0 0 D5 64 42
Octal 120 240 377 105 45 0 0 325 144 102
Binary 1010000 10100000 11111111 1000101 100101 0 0 11010101 1100100 1000010

Color Harmonies of #50A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A0FF

Black with #50A0FF

Text Example


Text Example

White with #50A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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