Html Css Color HEX #50ADFF Cornflower Blue

📋 copy color: '#50ADFF'

red 80 ◦ green 173 ◦ blue 255

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

Shades of Cornflower Blue #50ADFF

Tints of Cornflower Blue #50ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 15.75%
G = 34.06%
B = 50.2%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50ADFF (or 0x50ADFF) is known color: Cornflower Blue. HEX triplet: 50, AD and FF. RGB value is (80,173,255). Sum of RGB (Red+Green+Blue) = 80+173+255=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #50ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADFF is #AF5200. Grayscale: #9A9A9A. Windows color (decimal): -11489793 or 16756048. OLE color: 16756048.

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

Color convert

RGB 80 173 255 -
CMYK 0.69 0.32 0 0
HSL 208.11º 1% 0.66% -
HSV(B) 208.11º 0.69% 1% -
XYZ 36.3 38.81 100.19 -
YUV 154.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 80 173 255 0.69 0.32 0 0 208.11 1 0.66
Hex 50 AD FF 45 20 0 0 D0 64 42
Octal 120 255 377 105 40 0 0 320 144 102
Binary 1010000 10101101 11111111 1000101 100000 0 0 11010000 1100100 1000010

Color Harmonies of #50ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADFF

Black with #50ADFF

Text Example


Text Example

White with #50ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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