Html Css Color HEX #50A6F1 Cornflower Blue

📋 copy color: '#50A6F1'

red 80 ◦ green 166 ◦ blue 241

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

Shades of Cornflower Blue #50A6F1

Tints of Cornflower Blue #50A6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.09%

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 16.43%
G = 34.09%
B = 49.49%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50A6F1 (or 0x50A6F1) is known color: Cornflower Blue. HEX triplet: 50, A6 and F1. RGB value is (80,166,241). Sum of RGB (Red+Green+Blue) = 80+166+241=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #50A6F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6F1 is #AF590E. Grayscale: #949494. Windows color (decimal): -11491599 or 15836752. OLE color: 15836752.

HSL color Cylindrical-coordinate representation of color #50A6F1: hue angle of 207.95º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50A6F1 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 166 241 -
CMYK 0.67 0.31 0 0.05
HSL 207.95º 0.85% 0.63% -
HSV(B) 207.95º 0.67% 0.95% -
XYZ 32.82 35.33 88.31 -
YUV 148.84 180.01 78.9 -
System Red Green Blue C M Y K H S L
Decimal 80 166 241 0.67 0.31 0 0.05 207.95 0.85 0.63
Hex 50 A6 F1 43 1F 0 5 D0 55 3F
Octal 120 246 361 103 37 0 5 320 125 77
Binary 1010000 10100110 11110001 1000011 11111 0 101 11010000 1010101 111111

Color Harmonies of #50A6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6F1

Black with #50A6F1

Text Example


Text Example

White with #50A6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,241); }

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

background-color css

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

 a { background-color: rgb(80,166,241); }

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

border-color css

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

 span { border-color: rgb(80,166,241); }

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