Html Css Color HEX #50AAF7 Cornflower Blue

📋 copy color: '#50AAF7'

red 80 ◦ green 170 ◦ blue 247

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

Shades of Cornflower Blue #50AAF7

Tints of Cornflower Blue #50AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 16.1%
G = 34.21%
B = 49.7%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#50AAF7 (or 0x50AAF7) is known color: Cornflower Blue. HEX triplet: 50, AA and F7. RGB value is (80,170,247). Sum of RGB (Red+Green+Blue) = 80+170+247=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #50AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAF7 is #AF5508. Grayscale: #979797. Windows color (decimal): -11490569 or 16230992. OLE color: 16230992.

HSL color Cylindrical-coordinate representation of color #50AAF7: hue angle of 207.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50AAF7 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 170 247 -
CMYK 0.68 0.31 0 0.03
HSL 207.66º 0.91% 0.64% -
HSV(B) 207.66º 0.68% 0.97% -
XYZ 34.47 37.17 93.35 -
YUV 151.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 80 170 247 0.68 0.31 0 0.03 207.66 0.91 0.64
Hex 50 AA F7 44 1F 0 3 D0 5B 40
Octal 120 252 367 104 37 0 3 320 133 100
Binary 1010000 10101010 11110111 1000100 11111 0 11 11010000 1011011 1000000

Color Harmonies of #50AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAF7

Black with #50AAF7

Text Example


Text Example

White with #50AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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